summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-shared/sh2.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-shared/sh2.c')
-rw-r--r--ld/testsuite/ld-shared/sh2.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/ld/testsuite/ld-shared/sh2.c b/ld/testsuite/ld-shared/sh2.c
deleted file mode 100644
index 013a4e0994f..00000000000
--- a/ld/testsuite/ld-shared/sh2.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/* This is part of the shared library ld test. This file becomes part
- of a shared library. */
-
-/* This variable is defined here, and referenced by another file in
- the shared library. */
-int shlibvar2 = 4;
-
-/* This function is called by another file in the shared library. */
-
-int
-shlib_shlibcalled ()
-{
- return 5;
-}