From: Ralf Wildenhues Date: Sun, 20 Jun 2010 17:10:38 +0000 (+0200) Subject: Add comment for exception handling module unloading issue. X-Git-Tag: v2.4~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a80206ac01d87696c61e2403aef85fc28da8c91;p=thirdparty%2Flibtool.git Add comment for exception handling module unloading issue. * tests/exceptions.at (C++ exception handling): Add comment for last patch. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index b79fb9995..77403283b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-06-20 Ralf Wildenhues + 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,' diff --git a/tests/exceptions.at b/tests/exceptions.at index 23442a356..aaebd0f4a 100644 --- a/tests/exceptions.at +++ b/tests/exceptions.at @@ -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))