repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
binutils
/
ld
/
testsuite
/
ld-elfvers
/
vers16a.c
blob
153b1fdc779a8bb0f867db87be1990084f850bf3
1
int
show_bar
()
2
{
3
return
1
;
4
}
5
int
show_foo
()
6
{
7
return
show_bar
();
8
}