gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers4.c
index 15497cacc819f27f93c3df0f02606823efc641af..eed059589ad3f6ae27a1678b7cfdcc13a2db2b6a 100644 (file)
@@ -4,6 +4,11 @@
  * the actual symbol is exported.  This is built both with and without
  * -export-dynamic.
  */
+#include <stdio.h>
+#include "vers.h"
+
+extern int foo ();
+
 int
 bar()
 {
@@ -17,7 +22,7 @@ new_foo()
 
 }
 
-__asm__(".symver new_foo,foo@@VERS_2.0");
+FUNC_SYMVER(new_foo, foo@@VERS_2.0);
 
 int
 main()
This page took 0.023445 seconds and 4 git commands to generate.