summaryrefslogtreecommitdiffstats
path: root/binutils-2.21/ld/testsuite/ld-sh/sh64/dlsection-1.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.21/ld/testsuite/ld-sh/sh64/dlsection-1.s')
-rw-r--r--binutils-2.21/ld/testsuite/ld-sh/sh64/dlsection-1.s17
1 files changed, 0 insertions, 17 deletions
diff --git a/binutils-2.21/ld/testsuite/ld-sh/sh64/dlsection-1.s b/binutils-2.21/ld/testsuite/ld-sh/sh64/dlsection-1.s
deleted file mode 100644
index d83e6e1..0000000
--- a/binutils-2.21/ld/testsuite/ld-sh/sh64/dlsection-1.s
+++ /dev/null
@@ -1,17 +0,0 @@
-! Test gc-sections and datalabel references.
-!
-! Datalabel reference to symbol in section .text2 should
-! prevent .text2 from being discarded.
-! Section .spurious can be discarded.
- .mode SHmedia
-
- .text
- .global start
- .global foo
-start: .long datalabel foo
-
- .section .text2,"ax"
-foo: .long 23
-
- .section .spurious,"ax"
- .long 17