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
Update contributors list for update of alpha-vms bfd.
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
pr9676-2.c
blob
e2a3404ca1ed07c9d243e466afcd1dcdfbf589de
1
extern
int
foo
(
void
)
__attribute__
((
section
(
".gnu.linkonce.t.1"
),
weak
,
2
__visibility__
(
"hidden"
)));
3
4
int
5
foo
(
void
)
6
{
7
return
1
;
8
}
9
10
int
11
foo2
(
void
)
12
{
13
return
1
;
14
}