[AArch64] Print spaces after commas in addresses
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-310-be.d
CommitLineData
1ac688f8
RL
1#source: emit-relocs-310.s
2#ld: -T relocs.ld --defsym globala=0x11000 --defsym globalb=0x45000 --defsym globalc=0x1234 -e0 --emit-relocs
3#notarget: aarch64-*-*
4#objdump: -dr
5
6.*: +file format .*
7
8Disassembly of section .text:
9
100000000000010000 <\.text>:
11 10000: 580000c1 ldr x1, 10018 <\.text\+0x18>
12 10004: 100000a2 adr x2, 10018 <\.text\+0x18>
13 10008: 8b010041 add x1, x2, x1
ad43e107 14 1000c: f9400820 ldr x0, \[x1, #16\]
1ac688f8 15 1000c: R_AARCH64_LD64_GOTOFF_LO15 globala
ad43e107 16 10010: f9400c20 ldr x0, \[x1, #24\]
1ac688f8 17 10010: R_AARCH64_LD64_GOTOFF_LO15 globalb
ad43e107 18 10014: f9400420 ldr x0, \[x1, #8\]
1ac688f8
RL
19 10014: R_AARCH64_LD64_GOTOFF_LO15 globalc
20 10018: 00000000 .word 0x00000000
21 10018: R_AARCH64_PREL64 _GLOBAL_OFFSET_TABLE_
22 1001c: 0000ffe8 .word 0x0000ffe8
This page took 0.059291 seconds and 4 git commands to generate.