summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elfvers/vers2.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-elfvers/vers2.c')
-rw-r--r--ld/testsuite/ld-elfvers/vers2.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/ld/testsuite/ld-elfvers/vers2.c b/ld/testsuite/ld-elfvers/vers2.c
deleted file mode 100644
index eda54cb0cf4..00000000000
--- a/ld/testsuite/ld-elfvers/vers2.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * Test function. This is built into a shared library, and references a
- * versioned symbol foo that is in test.so.
- */
-#include <stdio.h>
-
-extern int show_foo ();
-
-void
-show_xyzzy()
-{
- printf("%d", show_foo());
-}