Updated Malay translation for the bfd sub-directory
[binutils-gdb.git] / ld / testsuite / ld-aarch64 / rela-idempotent.s
blob7cb5dffb3bd6bdd368a7c3286ecae1b35616c74b
1 # this checks that aarch64 RELA relocs are ignoring existing section
2 # content of the relocated place
3 .text
4 .global _start
5 _start:
6 ret
8 .data
9 .p2align 4
10 l: .long 0x11111111, 0x22222222
11 q: .quad 0x4444444433333333
13 .reloc l, BFD_RELOC_64, q+42
14 .reloc q, BFD_RELOC_64, l+84