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
Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-aarch64
/
tprel_add_lo12_overflow.s
blob
7c93d0dc3afcf1a222e2c50608c12607407ffea4
1
.cpu generic
2
.global ff
3
.section .tdata,
"awT"
,%progbits
4
.align 2
5
.type ff, %object
6
# Maximum 12bit - 16byte TCB header is the upper limit
7
# for tprel_add_lo12
8
.size ff, 4096 - 16
9
ff
:
10
.zero 4096 - 16
11
.global i
12
.type i, %object
13
.size i, 4
14
i
:
15
.zero 4
16
.text
17
.align 2
18
.global main
19
.type main, %function
20
main
:
21
add
x0
,
x0
,
#:tprel_lo12:i
22
ret
23
.size main, .-main