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
Updated Malay translation for the bfd sub-directory
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-i386
/
pr27998b.s
blob
8b023e9b12dca3033b755a4996b1446eaec149b2
1
.text
2
.p2align 4
3
.type my_foo, @function
4
my_foo
:
5
ret
6
.size my_foo, .-my_foo
7
.p2align 4
8
.type resolve_foo, @function
9
resolve_foo
:
10
leal my_foo@GOTOFF
(%
eax
), %
eax
11
ret
12
.size resolve_foo, .-resolve_foo
13
.type foo, @gnu_indirect_function
14
.set foo,resolve_foo
15
.p2align 4
16
.globl bar
17
.type bar, @function
18
bar
:
19
leal foo@GOTOFF
(%
eax
), %
eax
20
ret