* config/i386/sol2.h (ASM_QUAD): Undef. Fixes PR bootstrap/5948.

From-SVN: r51130
This commit is contained in:
Tom Tromey 2002-03-21 17:06:50 +00:00 committed by Tom Tromey
parent 97c6c02ccf
commit 60ffc99775
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-03-21 Tom Tromey <tromey@redhat.com>
* config/i386/sol2.h (ASM_QUAD): Undef. Fixes PR bootstrap/5948.
Thu Mar 21 09:50:48 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> Thu Mar 21 09:50:48 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* config/ia64/ia64.c (hfa_element_mode, case ARRAY_TYPE): Recurse. * config/ia64/ia64.c (hfa_element_mode, case ARRAY_TYPE): Recurse.

View File

@ -154,3 +154,6 @@ Boston, MA 02111-1307, USA. */
#undef LOCAL_LABEL_PREFIX #undef LOCAL_LABEL_PREFIX
#define LOCAL_LABEL_PREFIX "." #define LOCAL_LABEL_PREFIX "."
/* The Solaris assembler does not support .quad. Do not use it. */
#undef ASM_QUAD