mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-04-06 16:20:23 +08:00
Pass resident test with --disable-shared too.
* tests/resident.at: use LTDL_SET_PRELOADED_SYMBOLS.
This commit is contained in:
parent
23c144c1bc
commit
0263ff229b
@ -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.
|
||||
|
@ -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]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user