Emit a warning when -z relro is unsupported
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers24a.c
... / ...
CommitLineData
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
6int x = 12;
7SYMVER(x, x@VERS.0);
This page took 0.023344 seconds and 4 git commands to generate.