projects
/
deliverable
/
binutils-gdb.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
ELF: Support the section flag 'o' in .section directive
[deliverable/binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
pr9679-2.c
Commit
Line
Data
54ac0771
L
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
}
This page took
0.96867 seconds
and
4
git commands to generate.