>From 2d6a123b6b48209e0d67e8a153835f3829b0f685 Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Fri, 11 Jun 2010 23:34:05 -0500 Subject: [PATCH 2/4] Use LTDL_SET_PRELOADED_SYMBOLS to avoid failure. * tests/exceptions.at: Use it. --- ChangeLog | 3 +++ tests/exceptions.at | 3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index a19817c..f9d5d81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-06-12 Peter O'Gorman + Use LTDL_SET_PRELOADED_SYMBOLS to avoid failure. + * tests/exceptions.at: Use it. + Skip resident test if not building shared. * tests/resident.at: Skip if only static. 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