diff options
Diffstat (limited to 'gcc/config/i386/att.h')
-rw-r--r-- | gcc/config/i386/att.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/att.h b/gcc/config/i386/att.h index 8f2a1ebb50d..7e8f7b57c5f 100644 --- a/gcc/config/i386/att.h +++ b/gcc/config/i386/att.h @@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */ #define ASM_SHORT "\t.value\t" #define ASM_LONG "\t.long\t" -#define ASM_QUAD "\t.quad\t" +#define ASM_QUAD "\t.quad\t" /* Should not be used for 32bit compilation. */ /* How to output an ASCII string constant. */ |