* config/i386/sol2.h (ASM_QUAD): Undef. Fixes PR bootstrap/5948.
From-SVN: r51130
This commit is contained in:
parent
97c6c02ccf
commit
60ffc99775
2 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* config/ia64/ia64.c (hfa_element_mode, case ARRAY_TYPE): Recurse.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue