Commit 60ffc997 by Tom Tromey Committed by Tom Tromey

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

From-SVN: r51130
parent 97c6c02c
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.
......
...@@ -154,3 +154,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment