From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30583 invoked by alias); 4 Mar 2002 07:46:05 -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 30555 invoked by uid 71); 4 Mar 2002 07:46:03 -0000 Date: Sun, 03 Mar 2002 23:46:00 -0000 Message-ID: <20020304074602.30553.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Bryce McKinlay Subject: Re: libgcj/5789: boehm-gc won't build on irix - irix assembler chokes on #indent Reply-To: Bryce McKinlay X-SW-Source: 2002-03/txt/msg00111.txt.bz2 List-Id: The following reply was made to PR libgcj/5789; it has been noted by GNATS. From: Bryce McKinlay To: "Billinghurst, David (CRTS)" Cc: java@gcc.gnu.org, hans_boehm@hp.com, gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org Subject: Re: libgcj/5789: boehm-gc won't build on irix - irix assembler chokes on #indent Date: Mon, 04 Mar 2002 20:40:42 +1300 Billinghurst, David (CRTS) wrote: >Cause > >The Irix header files > /usr/include/sys/regdef.h > /usr/include/sgidefs.h > /usr/include/sys/asm.h >contain #ident "$Revision: 3.52 $" lines. > >The gcc cpp passess these through to the .s file, and the irix >assembler chokes on them. > >Proper fix > >Don't know. Perhaps: > - get gcc cpp to remove #ident lines > - fix headers > Best fix would be to write a fixincludes haxie to fix these headers. This probibly won't be hard, but it sounds like the path of least resistance will be to just rename it back to .s (since, afaik, there is no actual problem with having it called .s on irix, apart from the lack of consistency with the other files). regards Bryce.