aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-shared/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-shared/main.c')
-rw-r--r--ld/testsuite/ld-shared/main.c2
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;
}