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: restore nullptr check in compunit_symtab::find_call_site
[binutils-gdb.git]
/
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
}