* config/i386/sol2.h (ASM_QUAD): Undef. Fixes PR bootstrap/5948.
authorTom Tromey <tromey@redhat.com>
Thu, 21 Mar 2002 17:06:50 +0000 (17:06 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Thu, 21 Mar 2002 17:06:50 +0000 (17:06 +0000)
From-SVN: r51130

gcc/ChangeLog
gcc/config/i386/sol2.h

index d09296d80fd1e51567895ef567dbc7b71e34fb59..7816c8db7457852d794041fb581d66ad25e9e410 100644 (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>
 
        * config/ia64/ia64.c (hfa_element_mode, case ARRAY_TYPE): Recurse.
index 79c9ea8327f3d37e1069a89c00780933cdf0ab90..01f8915a2db7fc598a263246fec399d3ae786617 100644 (file)
@@ -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