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
Improve readelf's display of RELR relocs.
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-x86-64
/
pr18160.s
blob
a0331aa793352df00c378d891744f86ae59a6f29
1
.section .text.start,
"ax"
,@progbits
2
.globl start
3
.type start, @function
4
start
:
5
.cfi_startproc
6
jmp foo
7
.cfi_endproc
8
.size start, .-start
9
.section .text.foo,
"ax"
,@progbits
10
.globl foo
11
.type foo, @function
12
foo
:
13
.cfi_startproc
14
ret
15
.cfi_endproc
16
.size foo, .-foo