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-aarch64
/
ifunc-1.s
blob
6f86c8a3d386527da53c0caa46fea5c8f7ab2dca
1
.type foo, %gnu_indirect_function
2
.global __GI_foo
3
.hidden __GI_foo
4
.set __GI_foo, foo
5
.text
6
.globl foo
7
.type foo, @function
8
foo
:
9
ret
10
.size foo, .-foo
11
.globl bar
12
.type bar, @function
13
bar
:
14
bl
__GI_foo
15
ret
16
.size bar, .-bar