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-elf
/
pr13250-2.c
blob
af8268bda9ceb06ead88ced5b28b87c5cc7b53cc
1
extern
int
common1
[
8
];
2
3
extern
void
foo
();
4
5
int
6
bar
()
7
{
8
foo
();
9
return
common1
[
4
];
10
}