Emit a warning when -z relro is unsupported
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers22a.c
index 288c82093e31f778535e267b7e4c2d74d2042752..9a5fcac816ea944655af690c5a859c30f3bdb6ff 100644 (file)
@@ -1,4 +1,6 @@
-__asm__(".symver _old_bar,bar@VERS.0");
+#include "vers.h"
+
+FUNC_SYMVER(_old_bar, bar@VERS.0);
 
 void
 _old_bar () 
This page took 0.025221 seconds and 4 git commands to generate.