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-16-x86.s
blob
fb382539f5e5e87e03958ed32cc2ee9d9f6dd309
1
.text
2
.globl fct
3
.type fct, @gnu_indirect_function
4
.set fct,resolve
5
.hidden int_fct
6
.globl int_fct
7
.set int_fct,fct
8
.p2align 4,,15
9
.type resolve, @function
10
resolve
:
11
call ifunc@PLT
12
.size resolve, .-resolve
13
.globl g
14
.type g, @function
15
g
:
16
jmp int_fct@PLT
17
.size g, .-g