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-1.c
blob
e43ebe091536c79a4b9ed6d579ba9151f88f4021
1
int
common1
[
8
];
2
void
3
foo
()
4
{
5
int
i
;
6
for
(
i
=
0
;
i
<
sizeof
(
common1
)/
sizeof
(
common1
[
0
]);
i
++)
7
common1
[
i
] = -
1
;
8
}