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
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-riscv-elf
/
relro-relax-lui.s
blob
f284187902df7d35578231b4693deba6f03695fe
1
.section .rodata
2
.align 10
3
.globl SymbolRodata
4
.set SymbolRodata, . + 0x1800
5
.word 0x0
6
7
8
.section .init_array
9
.word 0x0
10
11
.text
12
.globl _start
13
_start
:
14
lui a0
, %
hi
(
SymbolRodata
)
15
addi
a0
,
a0
, %
lo
(
SymbolRodata
)