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
/
test-2.c
blob
8343d0c139f28e03558ce2b58be8dafeac62b354
1
extern
int
library_func2
(
void
);
2
int
foo
(
void
) {
library_func2
();
return
0
; }
3
__asm__
(
".type library_func2, %gnu_indirect_function"
);