[AArch64] Print spaces after commas in addresses
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / tls-tiny-gd.d
CommitLineData
b480a481
MS
1#source: tls-tiny-gd.s
2#ld: -shared -T relocs.ld -e0
3#objdump: -dr
4#...
5
6Disassembly of section .text:
7
80000000000010000 \<test\>:
9 +10000: 10080040 adr x0, 20008 \<_GLOBAL_OFFSET_TABLE_\+0x8\>
10 +10004: 9400000a bl 1002c \<test\+0x2c\>
11 +10008: d503201f nop
12
13Disassembly of section .plt:
14
15000000000001000c \<.plt\>:
ad43e107 16 +1000c: a9bf7bf0 stp x16, x30, \[sp, #-16\]!
b480a481 17 +10010: 90000090 adrp x16, 20000 \<_GLOBAL_OFFSET_TABLE_\>
ad43e107 18 +10014: f9401611 ldr x17, \[x16, #40\]
b480a481
MS
19 +10018: 9100a210 add x16, x16, #0x28
20 +1001c: d61f0220 br x17
21 +10020: d503201f nop
22 +10024: d503201f nop
23 +10028: d503201f nop
24 +1002c: 90000090 adrp x16, 20000 \<_GLOBAL_OFFSET_TABLE_\>
ad43e107 25 +10030: f9401a11 ldr x17, \[x16, #48\]
b480a481
MS
26 +10034: 9100c210 add x16, x16, #0x30
27 +10038: d61f0220 br x17
This page took 0.094455 seconds and 4 git commands to generate.