From: Peter O'Gorman Date: Mon, 14 Jun 2010 03:21:54 +0000 (-0500) Subject: Use LTDL_SET_PRELOADED_SYMBOLS to avoid failure. X-Git-Tag: v2.4~157 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83b2c36410a7b0b1b75227ef287ca6112fe7fdcb;p=thirdparty%2Flibtool.git Use LTDL_SET_PRELOADED_SYMBOLS to avoid failure. * tests/exceptions.at: Use it. --- diff --git a/ChangeLog b/ChangeLog index 5ce2ca249..2cec96ccd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-06-13 Peter O'Gorman + + Use LTDL_SET_PRELOADED_SYMBOLS to avoid failure. + * tests/exceptions.at: Use it. + 2010-06-13 Ralf Wildenhues Print Libtool project URL in program --help output. diff --git a/tests/exceptions.at b/tests/exceptions.at index 6fe9f9ac3..293723c77 100644 --- a/tests/exceptions.at +++ b/tests/exceptions.at @@ -224,6 +224,9 @@ int exceptions_in_module (void) int main (void) { + + LTDL_SET_PRELOADED_SYMBOLS(); + if (exceptions_in_prog ()) return 1; if (exceptions_in_lib ())