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


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.

Richard


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