This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.4 PATCH: Consistently use _ABIO32 for _MIPS_SIM
- From: cgd at broadcom dot com
- To: ro at TechFak dot Uni-Bielefeld dot DE
- Cc: gcc-patches at gcc dot gnu dot org,libstdc++ at gcc dot gnu dot org,java-patches at gcc dot gnu dot org,"Hans Boehm" <hans_boehm at hp dot com>,"David Daney" <ddaney at avtrex dot com>,"Eric Christopher" <echristo at redhat dot com>
- Date: 08 Oct 2003 10:04:30 -0700
- Subject: Re: 3.4 PATCH: Consistently use _ABIO32 for _MIPS_SIM
- References: <16260.1167.949105.872768@xayide.TechFak.Uni-Bielefeld.DE><mailpost.1065616548.25992@news-sj1-1>
At Wed, 8 Oct 2003 12:35:48 +0000 (UTC), "Rainer Orth" wrote:
> the mips port should consistently define and use _ABIO32 for
Is there any reason you don't use "_ABI32"?
It is closer to the name used by things like glibc, it is the actual
name of the ABI (I.e., no 'o'), it is the name of the flag used to
select the abi (-mabi=32, not -mabi=o32), etc.
cgd