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
/
branch1.s
blob
0ccf5cfb3f6d21c22662d143892582c1cf85b124
1
.text
2
.type bar, @function
3
bar
:
4
ret
5
.globl foo
6
.type foo, @function
7
foo
:
8
ret
9
.globl _start
10
.type _start, @function
11
_start
:
12
call
*
foo@GOT
13
call
*
bar@GOT
14
jmp
*
foo@GOT
15
jmp
*
bar@GOT