repo.or.cz
/
binutils
/
dougsmingw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote branch 'origin/master'
[binutils/dougsmingw.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"
);