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
/
pr11138-1.c
blob
2aab815d75cbe955202405de5820169a2ff02980
1
#include <stdio.h>
2
3
void
4
bar
(
void
)
5
{
6
printf
(
"DSO bar
\n
"
);
7
}
8
9
void
10
foo
(
void
)
11
{
12
bar
();
13
}