This is the mail archive of the gcc-patches@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]

Re: Fix 64-bit *intmax_t definitions on IRIX


On Mon, 5 Mar 2012, Rainer Orth wrote:

> Richard Sandiford <rdsandiford@googlemail.com> writes:
> 
> > Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> writes:
> >> 2012-02-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
> >>
> >> 	* config/mips/iris6.h [!USED_FOR_TARGET] (long_intmax): Declare.
> >> 	(INTMAX_TYPE): Use it.
> >> 	(UINTMAX_TYPE): Likewise.
> >> 	(SUBTARGET_OVERRIDE_OPTIONS): Define.
> >> 	(irix6_c_common_override_options): Declare.
> >> 	(C_COMMON_OVERRIDE_OPTIONS): Define.
> >> 	* config/mips/mips.c [TARGET_IRIX6] (long_intmax): Define.
> >> 	* config/mips/irix6-c.c: New file.
> >> 	* config/mips/t-irix6 (irix6-c.o): New target.
> >> 	* config.gcc (mips-sgi-irix6.5): Set c_target_objs,
> >> 	cxx_target_objs.
> >
> > OK for mips.c bit, thanks.  Everything else is yours.
> 
> Testing has completed successfully.  I'd like to apply this patch to the
> 4.7 branch only, since I'm about to remove the obsolete IRIX port in
> 4.8.
> 
> Ok?

Ok.

Thanks,
Richard.


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