]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Pass resident test with --disable-shared too.
authorPeter O'Gorman <peter@pogma.com>
Mon, 14 Jun 2010 16:04:17 +0000 (11:04 -0500)
committerPeter O'Gorman <peter@pogma.com>
Mon, 14 Jun 2010 16:04:17 +0000 (11:04 -0500)
* tests/resident.at: use LTDL_SET_PRELOADED_SYMBOLS.

ChangeLog
tests/resident.at

index a313b4bdc6e607c5dd8981dabdeb089d01479b14..2ffbceecc79c74ccaef5aad4c47e15c0b3d41d75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-14  Peter O'Gorman  <peter@pogma.com>
+
+       Pass resident test with --disable-shared too.
+       * tests/resident.at: use LTDL_SET_PRELOADED_SYMBOLS.
+
 2010-06-13  Peter O'Gorman  <peter@pogma.com>
 
        Test with --disable-shared at release time too.
index 2a852047eb86c79c8970bf51168878ffed69ea4c..cf00688579d1168a8efb3b052c4da8191ed11657 100644 (file)
@@ -38,6 +38,8 @@ main (int argc, char* argv[])
   lt_dlhandle plugin_handle;
   lt_dladvise advise;
 
+  LTDL_SET_PRELOADED_SYMBOLS();
+
   if (argc < 2)
     {
       fprintf (stderr, "usage: %s plugin\n", argv[0]);