]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Add comment for exception handling module unloading issue.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 20 Jun 2010 17:10:38 +0000 (19:10 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 20 Jun 2010 17:11:57 +0000 (19:11 +0200)
* tests/exceptions.at (C++ exception handling): Add comment
for last patch.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/exceptions.at

index b79fb9995e6f51cc95d7f406d437b6256c3f32f5..77403283b65b225783f4bc3b5d02ec65346153c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       Add comment for exception handling module unloading issue.
+       * tests/exceptions.at (C++ exception handling): Add comment
+       for last patch.
+
        Fix flags test failure when ld is used as linker.
        * tests/flags.at (passing CC flags through libtool): When $LD
        is used for linking libraries, ensure flags passed with `-Wc,'
index 23442a356f1a67d13e505ef786197f8cf0d7aaf0..aaebd0f4a7fc597192830fd19fc6d531f0d7fa5f 100644 (file)
@@ -211,6 +211,7 @@ int exceptions_in_module (void)
     exception_caught = true;
   }
 
+  /* Only close the module after all of its objects have gone out of scope. */
   if (exception_caught)
   {
     if (lt_dlclose (handle))