summaryrefslogtreecommitdiffstats
path: root/binutils-2.24/gas/testsuite/gas/aarch64/ilp32-basic.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.24/gas/testsuite/gas/aarch64/ilp32-basic.s')
-rw-r--r--binutils-2.24/gas/testsuite/gas/aarch64/ilp32-basic.s17
1 files changed, 0 insertions, 17 deletions
diff --git a/binutils-2.24/gas/testsuite/gas/aarch64/ilp32-basic.s b/binutils-2.24/gas/testsuite/gas/aarch64/ilp32-basic.s
deleted file mode 100644
index 790dcdf6..00000000
--- a/binutils-2.24/gas/testsuite/gas/aarch64/ilp32-basic.s
+++ /dev/null
@@ -1,17 +0,0 @@
- .cpu generic
- .text
- .align 2
- .global foo
- .type foo, %function
-foo:
- adrp x4, ptrs
- add x3, x4, :lo12:ptrs
- str w0, [x4,#:lo12:ptrs]
- str w1, [x3,4]
- str w2, [x3,8]
- adrp x4, :got:ptrs
- ldr x3, [x4,#:got_lo12:ptrs]
- mov w0, w4
- ret
- .size foo, .-foo
- .comm ptrs,12,8