* ld-elfvers/vers25a.dsym: Really include _? in match.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers24c.c
CommitLineData
9147e853
JJ
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. */
b9e33f30
MF
4#include "vers.h"
5
9147e853 6int x = 12;
b9e33f30 7SYMVER(x, x@VERS.0);
9147e853
JJ
8void foo (void)
9{
10 x = 24;
11}
This page took 0.334545 seconds and 4 git commands to generate.