repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove conflict indicators
[binutils.git]
/
ld
/
testsuite
/
ld-elfweak
/
foo.c
blob
d00b1b5aafc1aa6dff2b903587e6e0b2d7f03bc3
1
#pragma weak foo
2
3
extern
void
foo
();
4
5
void
6
foo
()
7
{
8
}