X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Ftestsuite%2Fld-pe%2Faligncomm-1.c;h=0c031540f31545b2f8837a6f440ce95b38a1ae1e;hb=07e7fdfd429985f061630c46e91cb10579607233;hp=fc6cb034e36cba07ee0c43f37b909323063a3da8;hpb=423054beadf317757d43aefb9eddfe711a42e3e1;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/testsuite/ld-pe/aligncomm-1.c b/ld/testsuite/ld-pe/aligncomm-1.c index fc6cb034e3..0c031540f3 100644 --- a/ld/testsuite/ld-pe/aligncomm-1.c +++ b/ld/testsuite/ld-pe/aligncomm-1.c @@ -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__)