Use __asm__ rather than asm in ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pe / aligncomm-1.c
old mode 100755 (executable)
new mode 100644 (file)
index fc6cb03..0c03154
@@ -13,10 +13,10 @@ int main (int argc, const char **argv)
 
 void __main (void)
 {
-  asm (".section .drectve\n"
-       "  .ascii \" -aligncomm:_r,4\"\n"
-       "  .ascii \" -aligncomm:r,4\"\n"
-       "  .text");
+  __asm__ (".section .drectve\n"
+          "  .ascii \" -aligncomm:_r,4\"\n"
+          "  .ascii \" -aligncomm:r,4\"\n"
+          "  .text");
 }
 
 #if defined (__CYGWIN__) || defined (__MINGW32__)
This page took 0.027253 seconds and 4 git commands to generate.