Use __asm__ rather than asm in ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvsb / common.c
index 7d05eb7f8f8fd59927a07bc549ebf37b8d23b7e5..0432a07915f0744c1254f4848d4201ab97f265df 100644 (file)
@@ -1,5 +1,5 @@
 int foo;
-asm (".hidden foo");
+__asm__ (".hidden foo");
 
 int
 _start (void)
This page took 0.023141 seconds and 4 git commands to generate.