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
Update release readme after making 2.43.1 release
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
pr22269-1.c
blob
0d3c6ba8ac531d558e2affdf9d83a056baf731ae
1
extern
int
foo
__attribute
((
weak
));
2
3
int
4
_start
(
void
)
5
{
6
if
(&
foo
)
7
return
foo
;
8
return
0
;
9
}