summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-sh/sh64/endian.ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-sh/sh64/endian.ld')
-rw-r--r--ld/testsuite/ld-sh/sh64/endian.ld6
1 files changed, 0 insertions, 6 deletions
diff --git a/ld/testsuite/ld-sh/sh64/endian.ld b/ld/testsuite/ld-sh/sh64/endian.ld
deleted file mode 100644
index e9635e1cce..0000000000
--- a/ld/testsuite/ld-sh/sh64/endian.ld
+++ /dev/null
@@ -1,6 +0,0 @@
-SECTIONS {
- .text : {
- *(.text)
- LONG(0x12345678);
- }
-}