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/65644] Assembler errors on Solaris 10 x86-64: `(%eXX)' is not a valid 64 bit base/index expression


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65644

--- Comment #10 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> ---
> --- Comment #9 from Daniel Richard G. <skunk at iskunk dot org> ---
> (In reply to ro@CeBiTec.Uni-Bielefeld.DE from comment #8)
>> 
>> Looking closer, you are *not* using the Solaris assembler (/usr/ccs/bin/as):
>
> Good call, Rainer. GCC is in fact using /usr/sfw/bin/gas, which identifies as
>
>     $ /usr/sfw/bin/gas --version
>     GNU assembler 2.15
>     Copyright 2002 Free Software Foundation, Inc.

... which is pretty ancient by now.  No idea when I last tried to
bootstrap with that version, although install.texi claims that it does
work ;-(

> I am bootstrapping again with explicit use of the Solaris assembler to confirm
> that everything works that way, but am running into stage2 != stage3 errors and
> am currently sorting those out.

Ok, let me know how things work out and if I can help to get you going.

    Rainer


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