summaryrefslogtreecommitdiffstats
path: root/binutils-2.24/ld/testsuite/ld-sh/fdpic-plt.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.24/ld/testsuite/ld-sh/fdpic-plt.s')
-rw-r--r--binutils-2.24/ld/testsuite/ld-sh/fdpic-plt.s11
1 files changed, 0 insertions, 11 deletions
diff --git a/binutils-2.24/ld/testsuite/ld-sh/fdpic-plt.s b/binutils-2.24/ld/testsuite/ld-sh/fdpic-plt.s
deleted file mode 100644
index e873d3e..0000000
--- a/binutils-2.24/ld/testsuite/ld-sh/fdpic-plt.s
+++ /dev/null
@@ -1,11 +0,0 @@
- .text
- .globl f
- .type f,@function
-f:
- mov.l .L1, r0
- mov.l .L2, r1
- .align 2
-.L1:
- .long foo@PLT
-.L2:
- .long bar@PLT