Retro68/binutils/ld/testsuite/ld-elfvers/vers24a.c

6 lines
193 B
C
Raw Normal View History

2012-03-26 19:18:29 +00:00
/* Test whether .symver x, x@foo
causes relocations against x within the same shared library
to become dynamic relocations against x@foo. */
int x = 12;
__asm__ (".symver x, x@VERS.0");