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
/
pr9679-2.c
blob
e125a6b746e1b3cae4b99684abf18767f2692505
1
extern
int
foo
(
void
)
__attribute__
((
weak
,
__visibility__
(
"hidden"
)));
2
3
int
4
foo
(
void
)
5
{
6
return
1
;
7
}
8
9
int
10
bar
(
void
)
11
{
12
return
foo
();
13
}