Correct negs aliasing on AArch64.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / ilp32-basic.d
1 #as: -mabi=ilp32
2 #objdump: -dr
3
4 .*: file format elf32-.*aarch64
5
6
7 Disassembly of section \.text:
8
9 00000000 <.*>:
10 0: 90000004 adrp x4, c <.*>
11 0: R_AARCH64_P32_ADR_PREL_PG_HI21 ptrs
12 4: 91000083 add x3, x4, #0x0
13 4: R_AARCH64_P32_ADD_ABS_LO12_NC ptrs
14 8: b9000080 str w0, \[x4\]
15 8: R_AARCH64_P32_LDST32_ABS_LO12_NC ptrs
16 c: b9000461 str w1, \[x3, #4\]
17 10: b9000862 str w2, \[x3, #8\]
18 14: 90000004 adrp x4, c <.*>
19 14: R_AARCH64_P32_ADR_GOT_PAGE ptrs
20 18: f9400083 ldr x3, \[x4\]
21 18: R_AARCH64_P32_LD32_GOT_LO12_NC ptrs
22 1c: 2a0403e0 mov w0, w4
23 20: d65f03c0 ret
24 24: f9400083 ldr x3, \[x4\]
25 24: R_AARCH64_P32_LD32_GOTPAGE_LO14 ptrs
This page took 0.032409 seconds and 4 git commands to generate.