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