summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-sh/sh64/sh64-1.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-sh/sh64/sh64-1.s')
-rw-r--r--ld/testsuite/ld-sh/sh64/sh64-1.s20
1 files changed, 0 insertions, 20 deletions
diff --git a/ld/testsuite/ld-sh/sh64/sh64-1.s b/ld/testsuite/ld-sh/sh64/sh64-1.s
deleted file mode 100644
index 3e488db132e..00000000000
--- a/ld/testsuite/ld-sh/sh64/sh64-1.s
+++ /dev/null
@@ -1,20 +0,0 @@
-! Test that all common kinds of relocs get right for simple use.
-! Auxiliary part.
- .text
- .mode SHmedia
- .global foo
- .global bar
-foo:
- pt/l xyzzy,tr3
-bar:
- nop
-
- .data
- .global baz
-baz:
- .long foobar
- .long bar
- .global baz2
-baz2:
- .long xyzzy
-foobar: .long baz