>From 83b2c36410a7b0b1b75227ef287ca6112fe7fdcb Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Sun, 13 Jun 2010 22:21:54 -0500 Subject: [PATCH 1/3] Use LTDL_SET_PRELOADED_SYMBOLS to avoid failure. * tests/exceptions.at: Use it. --- ChangeLog | 5 +++++ tests/exceptions.at | 3 +++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5ce2ca2..2cec96c 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 6fe9f9a..293723c 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 ()) -- 1.7.0.1