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-i386
/
undefweak.s
blob
f34c917d79bfeb4387dfded7e811fdb60baf9cf4
1
.text
2
.globl _start
3
_start
:
4
mov
.Ljmp(%eax), %eax
5
jmp
*(%
eax
)
6
.section .data.rel.ro.local,
"aw"
,@progbits
7
.weak func
8
.align 8
9
.Ljmp:
10
.long func