diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-21 17:06:50 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-21 17:06:50 +0000 |
commit | e47a07bc07463ae88cdb5e123ec065a46d2ff341 (patch) | |
tree | 422cf88803efaf25001884f83509c20790a93610 | |
parent | 0b4911e9b86c356f4c7bedacbaa093dbd14f14b8 (diff) | |
download | gcc-e47a07bc07463ae88cdb5e123ec065a46d2ff341.tar.gz |
* config/i386/sol2.h (ASM_QUAD): Undef. Fixes PR bootstrap/5948.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51130 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/i386/sol2.h | 3 |
2 files changed, 7 insertions, 0 deletions
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 <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. 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 |