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
* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git]
/
ld
/
testsuite
/
ld-elfweak
/
size_main.c
blob
2cee0a9446a8251f6cb8049b058087e265dc5968
1
extern
void
foo
();
2
3
int
4
main
()
5
{
6
foo
();
7
return
0
;
8
}