repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated Malay translation for the bfd sub-directory
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-aarch64
/
rela-idempotent.s
blob
7cb5dffb3bd6bdd368a7c3286ecae1b35616c74b
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
7
8
.data
9
.p2align 4
10
l
:
.long 0x11111111, 0x22222222
11
q
:
.quad 0x4444444433333333
12
13
.reloc l, BFD_RELOC_64, q+42
14
.reloc q, BFD_RELOC_64, l+84