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
Update release readme after making 2.43.1 release
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-riscv-elf
/
pcrel-lo-addend.s
blob
50cdccceed9db7959b3c92801037fb12b389c81b
1
.text
2
.globl _start
3
_start
:
4
auipc ra
, %
pcrel_hi
(
tdata
)
5
addi
ra
,
ra
, %
pcrel_lo
(
.text)
6
lb t1
,
0
(
ra
)
7
foo
:
8
auipc ra
, %
pcrel_hi
(
tdata
)
9
addi
ra
,
ra
, %
pcrel_lo
(
.text+12)
10
lb t2
,
1
(
ra
)
11
12
.data
13
tdata
:
14
.byte 0xff
15
.byte 0x00
16
.byte 0xf0
17
.byte 0x0f