* ld-elfvers/vers.exp (test_ar): Sort the expected output so that
[binutils.git] / ld / testsuite / ld-elfvers / vers24c.c
blob267c4243b566a3206266023191ce637720f658b2
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");
6 void foo (void)
8 x = 24;