This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/3589: GCC 3.0-CVS illegal instruction on hppa1.1-proelf
- From: Vladimir Makarov <vmakarov at redhat dot com>
- To: gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, joel at gcc dot gnu dot org
- Cc: vmakarov at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org
- Date: Mon, 25 Mar 2002 11:20:00 -0500
- Subject: Re: bootstrap/3589: GCC 3.0-CVS illegal instruction on hppa1.1-proelf
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