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
/
vers22a.c
blob
9a5fcac816ea944655af690c5a859c30f3bdb6ff
1
#include
"vers.h"
2
3
FUNC_SYMVER
(
_old_bar
,
bar@VERS
.0
);
4
5
void
6
_old_bar
()
7
{
8
}