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
/
vers24a.c
blob
10073d436348172d7531499b9ee9eabb19503d74
1
/* Test whether .symver x, x@foo
2
causes relocations against x within the same shared library
3
to become dynamic relocations against x@foo. */
4
#include
"vers.h"
5
6
int
x
=
12
;
7
SYMVER
(
x
,
x@VERS
.0
);