summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elfweak/bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-elfweak/bar.c')
-rw-r--r--ld/testsuite/ld-elfweak/bar.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/ld/testsuite/ld-elfweak/bar.c b/ld/testsuite/ld-elfweak/bar.c
deleted file mode 100644
index 631751884b6..00000000000
--- a/ld/testsuite/ld-elfweak/bar.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#include <stdio.h>
-
-extern void foo ();
-extern void foobar ();
-
-void
-foo ()
-{
- printf ("strong foo\n");
-}
-
-void
-foobar ()
-{
- foo ();
-}