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
[gdb/testsuite] Fix failure in gdb.python/py-startup-opt.exp
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elfweak
/
foo.c
blob
d00b1b5aafc1aa6dff2b903587e6e0b2d7f03bc3
1
#pragma weak foo
2
3
extern
void
foo
();
4
5
void
6
foo
()
7
{
8
}