* ld-elfvers/vers25a.dsym: Really include _? in match.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers24a.c
index 7fef8d8a7661fa6405b769e216e8b5d6ef57ea98..10073d436348172d7531499b9ee9eabb19503d74 100644 (file)
@@ -1,5 +1,7 @@
 /* Test whether .symver x, x@foo
    causes relocations against x within the same shared library
    to become dynamic relocations against x@foo.  */
+#include "vers.h"
+
 int x = 12;
-__asm__ (".symver x, x@VERS.0");
+SYMVER(x, x@VERS.0);
This page took 0.035396 seconds and 4 git commands to generate.