From: Tom Tromey Date: Thu, 21 Mar 2002 17:06:50 +0000 (+0000) Subject: * config/i386/sol2.h (ASM_QUAD): Undef. Fixes PR bootstrap/5948. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=60ffc997751304a05315a1d0946142f6eb423375;p=gcc.git * config/i386/sol2.h (ASM_QUAD): Undef. Fixes PR bootstrap/5948. From-SVN: r51130 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d09296d80fd..7816c8db745 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-03-21 Tom Tromey + + * config/i386/sol2.h (ASM_QUAD): Undef. Fixes PR bootstrap/5948. + Thu Mar 21 09:50:48 2002 Richard Kenner * config/ia64/ia64.c (hfa_element_mode, case ARRAY_TYPE): Recurse. diff --git a/gcc/config/i386/sol2.h b/gcc/config/i386/sol2.h index 79c9ea8327f..01f8915a2db 100644 --- a/gcc/config/i386/sol2.h +++ b/gcc/config/i386/sol2.h @@ -154,3 +154,6 @@ Boston, MA 02111-1307, USA. */ #undef LOCAL_LABEL_PREFIX #define LOCAL_LABEL_PREFIX "." + +/* The Solaris assembler does not support .quad. Do not use it. */ +#undef ASM_QUAD