This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15331] Assembler error building gnatlib on IRIX 6.5 with GNU as 2.14.91
- From: "ro at techfak dot uni-bielefeld dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 May 2004 13:59:29 -0000
- Subject: [Bug target/15331] Assembler error building gnatlib on IRIX 6.5 with GNU as 2.14.91
- References: <20040506215754.15331.ro@techfak.uni-bielefeld.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ro at techfak dot uni-bielefeld dot de 2004-05-10 13:59 -------
Subject: Re: Assembler error building gnatlib on IRIX 6.5 with GNU as 2.14.91
rsandifo at gcc dot gnu dot org writes:
> Yeah, I'd noticed this too, and came up with the attached patch.
Thanks, that worked for me.
> Unfortunately, Ada seems to assume the native linker, so it's
> not going to be possible to use GNU ld even if this patch goes in.
True, although this is only an issue for mainline (and will not be as soon
as tree-ssa is merged since Ada will stop working at this point): the 3.4
branch doesn't try to build the shared libgnat, so this issue doesn't come
up.
> And I'm never too sure how useful the --with-gnu-as --without-gnu-ld
> combo is for n32 & n64.
It used to work for me pretty well. When I tried to use gas and gld, many
Ada testcases failed for me with linker errors, though I haven't yet
started to investigate what's going on there.
Rainer
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15331