diff options
Diffstat (limited to 'gcc/config/i386/att.h')
-rw-r--r-- | gcc/config/i386/att.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/i386/att.h b/gcc/config/i386/att.h index b41218e387f..8f2a1ebb50d 100644 --- a/gcc/config/i386/att.h +++ b/gcc/config/i386/att.h @@ -32,6 +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" /* How to output an ASCII string constant. */ |