gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers24c.c
index 267c4243b566a3206266023191ce637720f658b2..6e69b334ba1d94f9a02f58f74bdc3ceba097f17c 100644 (file)
@@ -1,8 +1,10 @@
 /* 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);
 void foo (void)
 {
   x = 24;
This page took 0.02721 seconds and 4 git commands to generate.