Use __asm__ rather than asm in ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-size / size-2b.c
index 0f02c940279a1eea675d180a05b3192e78aafea1..9442fce8e08729cea008874e3878acbe5888cf0d 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 = &size_of_bar;
 
 char *
This page took 0.024215 seconds and 4 git commands to generate.