OSDN Git Service

* config/i386/sol2.h (ASM_QUAD): Undef. Fixes PR bootstrap/5948.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Mar 2002 17:06:50 +0000 (17:06 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Mar 2002 17:06:50 +0000 (17:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51130 138bc75d-0d04-0410-961f-82ee72b054a4

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

index d09296d..7816c8d 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 79c9ea8..01f8915 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