summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-d10v/reloc-006.ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-d10v/reloc-006.ld')
-rw-r--r--ld/testsuite/ld-d10v/reloc-006.ld8
1 files changed, 0 insertions, 8 deletions
diff --git a/ld/testsuite/ld-d10v/reloc-006.ld b/ld/testsuite/ld-d10v/reloc-006.ld
deleted file mode 100644
index 3d1a0f6914..0000000000
--- a/ld/testsuite/ld-d10v/reloc-006.ld
+++ /dev/null
@@ -1,8 +0,0 @@
-SECTIONS
-{
- .text 0x01014000 :
- {
- *(.text)
- foo = (. + 0x1fff4);
- }
-}