repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update contributors list for update of alpha-vms bfd.
[binutils.git]
/
ld
/
testsuite
/
ld-elfvers
/
vers24a.c
blob
7fef8d8a7661fa6405b769e216e8b5d6ef57ea98
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
int
x
=
12
;
5
__asm__
(
".symver x, x@VERS.0"
);