From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20515 invoked by alias); 25 Mar 2002 16:26:03 -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 20486 invoked by uid 71); 25 Mar 2002 16:26:02 -0000 Date: Mon, 25 Mar 2002 08:26:00 -0000 Message-ID: <20020325162602.20485.qmail@sources.redhat.com> To: vmakarov@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Vladimir Makarov Subject: Re: bootstrap/3589: GCC 3.0-CVS illegal instruction on hppa1.1-proelf Reply-To: Vladimir Makarov X-SW-Source: 2002-03/txt/msg00926.txt.bz2 List-Id: The following reply was made to PR bootstrap/3589; it has been noted by GNATS. From: Vladimir Makarov To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, joel@gcc.gnu.org Cc: vmakarov@gcc.gnu.org, gcc-bugs@gcc.gnu.org Subject: Re: bootstrap/3589: GCC 3.0-CVS illegal instruction on hppa1.1-proelf Date: Mon, 25 Mar 2002 11:20:00 -0500 Hello, Joel. I've just analyzed the problem report. It seems to me a binutils bug. Gas manual clearly says that .subspace pseudo-op should work for SOM and ELF: When `as' generates SOM or ELF output for the HPPA, `as' can also generate whatever other named sections you specify using the `.space' and `.subspace' directives. See `HP9000 Series 800 Assembly Language Reference Manual' (HP 92432-90001) for details on the `.space' and `.subspace' assembler directives. Looking at the assembler sources I see that the subspace is processed only for SOM. I am going to close the problem. Could you resubmit the bug into binutils gnat. Best regards, Vladimir Makarov http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3589