OSDN Git Service

Add support for AVX2 builtin functions.
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / att.h
index 5299e78..c16b2f9 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for AT&T assembler syntax for the Intel 80386.
-   Copyright (C) 1988, 1996, 2000, 2001, 2002, 2007, 2009
+   Copyright (C) 1988, 1996, 2000, 2001, 2002, 2007, 2009, 2010
    Free Software Foundation, Inc.
 
 This file is part of GCC.
@@ -46,7 +46,7 @@ do                                                            \
     { if (i%10 == 0) { if (i!=0) putc ('\n', (FILE));          \
                       fputs (ASM_BYTE, (FILE)); }              \
       else putc (',', (FILE));                                 \
-      fprintf ((FILE), "%#x", ((PTR)[i++] & 0377)) ;}          \
+      fprintf ((FILE), "0x%x", ((PTR)[i++] & 0377)) ;}         \
       putc ('\n', (FILE));                                     \
 } while (0)