summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elfvsb/sh2.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-elfvsb/sh2.c')
-rw-r--r--ld/testsuite/ld-elfvsb/sh2.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/ld/testsuite/ld-elfvsb/sh2.c b/ld/testsuite/ld-elfvsb/sh2.c
deleted file mode 100644
index 6ed30bc52e..0000000000
--- a/ld/testsuite/ld-elfvsb/sh2.c
+++ /dev/null
@@ -1,24 +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;
-}
-
-#ifdef DSO_DEFINE_TEST
-int
-visibility ()
-{
- return 2;
-}
-
-int visibility_var = 2;
-#endif