This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/15331] Assembler error building gnatlib on IRIX 6.5 with GNU as 2.14.91


------- Additional Comments From rsandifo at gcc dot gnu dot org  2004-05-11 18:07 -------
Thanks for testing the patch.

"ro at techfak dot uni-bielefeld dot de" <gcc-bugzilla@gcc.gnu.org> writes:
>> 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.

Ah, yes, you're right, I'd only tested mainline.  I've now tried 3.4,
and like you say, it builds fine with gld.

>> 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.

Yeah, I'm seeing this too.  It looks like some of the objects have
no suffix and gld thinks they must be linker scripts.  Haven't had
a chance to look into it yet...

Anyway, I'm about to submit the patch.  I'll try my best to argue
that this is a regression ;)

Richard


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|rsandifo at redhat dot com  |
         AssignedTo|unassigned at gcc dot gnu   |rsandifo at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15331


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]