Use __asm__ rather than asm in ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-size / size-5b.c
index a9450a5c868ee4861ee7f053a51a6d6fa911e2aa..097de8596485cc60e01340df2d1ed2b72054bc06 100644 (file)
@@ -1,5 +1,5 @@
 extern __thread char bar[];
-extern char size_of_bar asm ("bar@SIZE");
+extern char size_of_bar __asm__ ("bar@SIZE");
 
 char *bar_size_1 = &size_of_bar;
 static char *bar_size_2 = &size_of_bar;
@@ -18,7 +18,7 @@ bar_size2 (void)
 }
 
 extern __thread char foo[];
-extern char size_of_foo asm ("foo@SIZE");
+extern char size_of_foo __asm__ ("foo@SIZE");
 
 char *foo_size_1 = &size_of_foo;
 static char *foo_size_2 = &size_of_foo;
This page took 0.022786 seconds and 4 git commands to generate.