Use __asm__ rather than asm in ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pe / aligncomm-2.c
index 5e042b8df4dae911ff2f43b2d44030bca948555e..dc29bba51c4575ac1b9b7b3670d6f8c78eefd2ed 100644 (file)
@@ -14,10 +14,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.023748 seconds and 4 git commands to generate.