summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elfweak/foo1b.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-elfweak/foo1b.c')
-rw-r--r--ld/testsuite/ld-elfweak/foo1b.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ld/testsuite/ld-elfweak/foo1b.c b/ld/testsuite/ld-elfweak/foo1b.c
deleted file mode 100644
index d71a635e21..0000000000
--- a/ld/testsuite/ld-elfweak/foo1b.c
+++ /dev/null
@@ -1,7 +0,0 @@
-int deallocate_foo;
-
-int *
-foo ()
-{
- return &deallocate_foo;
-}