Use __asm__ rather than asm in ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-size / size-3b.c
index fc379df0a574603b00170f918e9d7457649fa4b7..ef1f0b9f6d7667e7406e771c51a0877ff36d17fc 100644 (file)
@@ -1,4 +1,4 @@
 static char bar[10];
-extern char size_of_bar asm ("bar@SIZE");
+extern char size_of_bar __asm__ ("bar@SIZE");
 char *bar_size = &size_of_bar;
 char *bar_p = bar;
This page took 0.032671 seconds and 4 git commands to generate.