Use __asm__ rather than asm in ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pe / aligncomm-1.c
index fc6cb034e36cba07ee0c43f37b909323063a3da8..0c031540f31545b2f8837a6f440ce95b38a1ae1e 100644 (file)
@@ -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.024564 seconds and 4 git commands to generate.