This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  0263ff229bbf6f02a61d4ccad3bd4ab3a5601e1d (commit)
      from  23c144c1bcc5c71e05b27e7233a8bbef331cf410 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0263ff229bbf6f02a61d4ccad3bd4ab3a5601e1d
Author: Peter O'Gorman <[email protected]>
Date:   Mon Jun 14 11:04:17 2010 -0500

    Pass resident test with --disable-shared too.
    
    * tests/resident.at: use LTDL_SET_PRELOADED_SYMBOLS.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    5 +++++
 tests/resident.at |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a313b4b..2ffbcee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-14  Peter O'Gorman  <[email protected]>
+
+       Pass resident test with --disable-shared too.
+       * tests/resident.at: use LTDL_SET_PRELOADED_SYMBOLS.
+
 2010-06-13  Peter O'Gorman  <[email protected]>
 
        Test with --disable-shared at release time too.
diff --git a/tests/resident.at b/tests/resident.at
index 2a85204..cf00688 100644
--- a/tests/resident.at
+++ b/tests/resident.at
@@ -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]);


hooks/post-receive
-- 
GNU Libtool

Reply via email to