[AArch64] Print spaces after commas in addresses
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-28.d
CommitLineData
7018c030
JW
1#source: emit-relocs-28.s
2#as: -mabi=ilp32
696ddf4b 3#ld: -m [aarch64_choose_ilp32_emul] --defsym globala=0x11000 --defsym globalb=0x45000 --defsym globalc=0x1234 -e0 --emit-relocs
7018c030
JW
4#objdump: -dr
5
6.*: +file format .*
7
8
9Disassembly of section .text:
10
696ddf4b
JW
11.* <\.text>:
12 .*: .* adrp x2, .* <.*>
13 .*: R_AARCH64_P32_ADR_PREL_PG_HI21 _GLOBAL_OFFSET_TABLE_
ad43e107 14 .*: .* ldr x0, \[x2, #.*\]
696ddf4b 15 .*: R_AARCH64_P32_LD32_GOTPAGE_LO14 globala
ad43e107 16 .*: .* ldr x0, \[x2, #.*\]
696ddf4b 17 .*: R_AARCH64_P32_LD32_GOTPAGE_LO14 globalb
ad43e107 18 .*: .* ldr x0, \[x2, #.*\]
696ddf4b 19 .*: R_AARCH64_P32_LD32_GOTPAGE_LO14 globalc
This page took 0.078955 seconds and 4 git commands to generate.