From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11480 invoked by alias); 15 Mar 2002 22:46:08 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 11408 invoked by uid 71); 15 Mar 2002 22:46:05 -0000 Date: Fri, 15 Mar 2002 14:46:00 -0000 Message-ID: <20020315224604.11395.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Tom Tromey Subject: bootstrap/5948 Reply-To: Tom Tromey X-SW-Source: 2002-03/txt/msg00545.txt.bz2 List-Id: The following reply was made to PR bootstrap/5948; it has been noted by GNATS. From: Tom Tromey To: gcc-gnats@gcc.gnu.org Cc: Rainer Orth Subject: bootstrap/5948 Date: 15 Mar 2002 16:14:28 -0700 I haven't tested this, and in fact have no way to test it, but based on comments in other code I think this may fix this PR. Could you give it a try? If it works I'll submit it for real. 2002-03-15 Tom Tromey * config/i386/sol2.h (ASM_QUAD): Undef. Fixes PR bootstrap/5948. Tom Index: config/i386/sol2.h =================================================================== RCS file: /cvs/gcc/gcc/gcc/config/i386/sol2.h,v retrieving revision 1.20 diff -u -r1.20 sol2.h --- sol2.h 2002/02/27 18:47:31 1.20 +++ sol2.h 2002/03/15 22:26:34 @@ -152,3 +152,6 @@ #undef LOCAL_LABEL_PREFIX #define LOCAL_LABEL_PREFIX "." + +/* The Solaris assembler does not support .quad. Do not use it. */ +#undef ASM_QUAD