gdb: Convert language la_compute_program field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / erratum843419-far.s
1 .balign 0x1000
2 .globl _start
3 _start:
4 .skip 0xffc
5 adrp x0, _start + 0x80000000
6 str x2, [x2]
7 mov x2, #0
8 ldr x1, [x0, #0x40]
9 nop
This page took 0.031501 seconds and 4 git commands to generate.