diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-06-06 21:03:59 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-06-06 21:03:59 +0000 |
commit | 66517a2f18e2cbae1a861b138ce9372fff501f2c (patch) | |
tree | 0c73de1e389811f79dae8f9348832914eda1a8cb /ld/testsuite/ld-shared/main.c | |
parent | da55addb08b0a3e9331d109997fedf3bcb8361be (diff) | |
download | gdb-66517a2f18e2cbae1a861b138ce9372fff501f2c.zip gdb-66517a2f18e2cbae1a861b138ce9372fff501f2c.tar.gz gdb-66517a2f18e2cbae1a861b138ce9372fff501f2c.tar.bz2 |
2001-06-06 H.J. Lu <hjl@gnu.org>
* ld-bootstrap/bootstrap.exp: Rebuild tmpdir/ld2 with tmpdir/ld3
on Linux/mips.
* ld-elfvers/vers.exp: Also run on istarget Linux/mips.
* ld-elfvsb/elfvsb.exp: Likewise.
* ld-shared/shared.exp: Likewise.
* ld-selective/selective.exp: Mark selective2, selective3,
selective4 and selective5 xfail on Linux/mips.
* ld-shared/main.c: Skip invalid -Bsymbolic tests on Linux/mips.
* symbolic.dat: Remove invalid -Bsymbolic tests on Linux/mips.
* ld-srec/srec.exp: Add Linux/mips to xfail.
Diffstat (limited to 'ld/testsuite/ld-shared/main.c')
-rw-r--r-- | ld/testsuite/ld-shared/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/testsuite/ld-shared/main.c b/ld/testsuite/ld-shared/main.c index fe5c78a..ce06261 100644 --- a/ld/testsuite/ld-shared/main.c +++ b/ld/testsuite/ld-shared/main.c @@ -55,6 +55,7 @@ main () printf ("shlib_maincall () == %d\n", shlib_maincall ()); #endif printf ("main_called () == %d\n", main_called ()); +#ifndef SYMBOLIC_TEST printf ("shlib_checkfunptr1 (shlib_shlibvar1) == %d\n", shlib_checkfunptr1 (shlib_shlibvar1)); #ifndef XCOFF_TEST @@ -77,6 +78,7 @@ main () printf ("!="); printf (" main_called\n"); #endif +#endif printf ("shlib_check () == %d\n", shlib_check ()); return 0; } |