AArch64: Implement choice between Cortex-A53 erratum workarounds. (PR ld/24373)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / erratum843419-no-args.d
1 #source: erratum843419-near.s
2 #as:
3 #ld: -Ttext=0x400000 --fix-cortex-a53-843419
4 #objdump: -dr
5 #...
6
7 Disassembly of section \.text:
8
9 0*400000 <_start>:
10 ...
11 400ffc: 10038020 adr x0, 408000 <_start\+0x8000>
12 401000: f9000042 str x2, \[x2\]
13 401004: d2800002 mov x2, #0x0 // #0
14 401008: f9402001 ldr x1, \[x0, #64\]
15 40100c: d503201f nop
16 401010: 14000400 b 402010 <_start\+0x2010>
17 401014: d503201f nop
18 401018: f9402001 ldr x1, \[x0, #64\]
19 40101c: 17fffffc b 40100c <_start\+0x100c>
20 ...
This page took 0.0309 seconds and 4 git commands to generate.