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
Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-ifunc
/
ifunc-21-i386.s
blob
92eb55e59aae3fc0535f46b4816aae95058f1205
1
.text
2
.type start,
"function"
3
.global start
4
start
:
5
.type _start,
"function"
6
.global _start
7
_start
:
8
.type __start,
"function"
9
.global __start
10
__start
:
11
.type __start,
"function"
12
call
*
foo@GOT
(%
ebx
)
13
jmp
*
foo@GOT
(%
ebx
)
14
add
foo@GOT
(%
ebx
), %
eax
15
mov foo@GOT
(%
ebx
), %
eax
16
test
%
eax
,
foo@GOT
(%
ebx
)
17
mov bar@GOT
(%
ebx
), %
eax
18
.type foo, %gnu_indirect_function
19
foo
:
20
ret
21
.type bar, %function
22
bar
:
23
ret