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
2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
[binutils.git]
/
ld
/
testsuite
/
ld-elfvers
/
vers26b.c
blob
c724c32d6e258ec1ac7906df87fba403d7aa5702
1
#pragma weak foo
2
3
void
foo
();
4
5
void
6
ref
()
7
{
8
if
(
foo
)
9
foo
();
10
}