]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/ltdl.c (lt_dlexit): Reset the loaders value to zero when
authorTod Milam <tmilam@traclabs.com>
Thu, 14 Dec 2000 21:27:04 +0000 (21:27 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 14 Dec 2000 21:27:04 +0000 (21:27 +0000)
the last module has been unloaded.

ChangeLog
libltdl/ltdl.c

index 122d892d394a3ae56e552f24ad2d56da23c3159b..903363503d77ffe1b1c9cc7a3d1efd5958936011 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-14  Tod Milam  <tmilam@traclabs.com>
+
+       * libltdl/ltdl.c (lt_dlexit): Reset the loaders value to zero when
+       the last module has been unloaded.
+       
 2000-12-14  Masahiro Nobori  <nobori@ss.titech.ac.jp>
 
        * README:  Updated.
@@ -5,7 +10,7 @@
        * libtool.m4:  New port to NEWS-OS Release 6.
        * ltcf-c.sh: ditto.
        
-2000-12-14  Nick Hudson  <nick@nthcliff.demon.co.uk>
+2000-12-14  Nick Hudson  <skrll@netbsd.org>
        
        * ltcf-c.sh (hardcode_libdir_flag_spec):  Remove linker
        sspecification for netbsd.
index 97db2005908a6d73e4e1b2195fc759f99655258f..a8f41e5717adb399a17a98081c98803c2fd901d1 100644 (file)
@@ -1120,6 +1120,7 @@ lt_dlexit ()
          lt_dlfree (loader);
          loader = next;
        }
+      loaders = 0;
     }
 
   return errors;