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
/
pr9676-1.c
blob
f8459c7397b7e92205c17eae790fbcc6ff029809
1
extern
int
foo
(
void
)
__attribute__
((
section
(
".gnu.linkonce.t.1"
),
weak
));
2
3
int
4
foo
(
void
)
5
{
6
return
1
;
7
}
8
9
extern
int
foo2
(
void
);
10
11
int
12
bar
(
void
)
13
{
14
return
foo2
();
15
}