]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Use LTDL_SET_PRELOADED_SYMBOLS to avoid failure.
authorPeter O'Gorman <peter@pogma.com>
Mon, 14 Jun 2010 03:21:54 +0000 (22:21 -0500)
committerPeter O'Gorman <peter@pogma.com>
Mon, 14 Jun 2010 03:30:08 +0000 (22:30 -0500)
* tests/exceptions.at: Use it.

ChangeLog
tests/exceptions.at

index 5ce2ca2496b49fe87de796a78ce39d5f06746498..2cec96ccd82ab7d790f12c7cf5dceb12ce9f8b60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-13  Peter O'Gorman  <peter@pogma.com>
+
+       Use LTDL_SET_PRELOADED_SYMBOLS to avoid failure.
+       * tests/exceptions.at: Use it.
+
 2010-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Print Libtool project URL in program --help output.
index 6fe9f9ac31c488c89aa4a054d43ab2d84e2ed04e..293723c77cf11a0534e7289bec9668c70ee0a24c 100644 (file)
@@ -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 ())