summaryrefslogtreecommitdiffstats
path: root/binutils-2.24/gas/testsuite/gas/aarch64/reloc-data.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.24/gas/testsuite/gas/aarch64/reloc-data.s')
-rw-r--r--binutils-2.24/gas/testsuite/gas/aarch64/reloc-data.s29
1 files changed, 0 insertions, 29 deletions
diff --git a/binutils-2.24/gas/testsuite/gas/aarch64/reloc-data.s b/binutils-2.24/gas/testsuite/gas/aarch64/reloc-data.s
deleted file mode 100644
index 918bcf33..00000000
--- a/binutils-2.24/gas/testsuite/gas/aarch64/reloc-data.s
+++ /dev/null
@@ -1,29 +0,0 @@
-func:
- ret
-
-.L1:
- .balign 2
- .hword local-.L1
- .hword 0xffff
- .balign 4
- .word local-.L1
- .word 0xffffffff
- .balign 8
- .xword local-.L1
- .xword 0xffffffffffffffff
- .xword local+0x12345600
- .xword 0xffffffffffffffff
-
- .balign 2
- .hword global-.L1
- .hword 0xffff
- .balign 4
- .word global-.L1
- .word 0xffffffff
- .balign 8
- .xword global-.L1
- .xword 0xffffffffffffffff
- .xword global+0x12345678
- .xword 0xffffffffffffffff
-
-local: