repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
manual copyright year range of various GDB files to add 2023
[binutils-gdb.git]
/
gold
/
testsuite
/
weak_as_needed_a.c
blob
2e4ff8f22805794565732a41ef809292b4282dce
1
extern
void
bar
(
void
)
__attribute__
((
weak
));
2
extern
void
t4
(
void
);
3
4
void
foo
(
void
);
5
6
void
foo
(
void
)
7
{
8
bar
();
9
t4
();
10
}