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/23359] Many Solaris 10/x86 testsuite failures with native as: use of .word


------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2005-08-12 18:21 -------
Subject: Re:  Many Solaris 10/x86 testsuite failures with native as: use of .word

pinskia at gcc dot gnu dot org writes:

> This is a bug in the native as, please report instead to the Sun.  Also we recomend gas on for Solaris 
> x86.

No, it is not: the Solaris/x86 as has .value instead of .word, as I
mentioned when referring to the various definitions of ASM_SHORT in the
i386 configurations.

While gas is recommended for Solaris 10/x86 and above for amd64 support,
until your patch to use .word the native as worked fine for 32-bit only
configurations (both on Solaris 10 and before where there is no amd64
support to care about), so the use of .word introduced a regression from
4.0.

	Rainer


-- 


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


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