summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/arm/pic.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/arm/pic.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/arm/pic.s14
1 files changed, 0 insertions, 14 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/arm/pic.s b/binutils-2.17/gas/testsuite/gas/arm/pic.s
deleted file mode 100644
index 3c3c3293..00000000
--- a/binutils-2.17/gas/testsuite/gas/arm/pic.s
+++ /dev/null
@@ -1,14 +0,0 @@
-@ Test file for ARM ELF PIC
-
-.text
-.align 0
- bl foo
- bl foo(PLT)
- .word sym
- .word sym(GOT)
- .word sym(GOTOFF)
-1:
- .word _GLOBAL_OFFSET_TABLE_ - 1b
- .word foo2(TARGET1)
- .word foo3(SBREL)
- .word foo4(TARGET2)