Re: Fix 64-bit *intmax_t definitions on IRIX

2012-03-05 Thread Rainer Orth
Richard Sandiford rdsandif...@googlemail.com writes:

 Rainer Orth r...@cebitec.uni-bielefeld.de writes:
 2012-02-22  Rainer Orth  r...@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?
Rainer

-- 
-
Rainer Orth, Center for Biotechnology, Bielefeld University


Re: Fix 64-bit *intmax_t definitions on IRIX

2012-03-05 Thread Richard Guenther
On Mon, 5 Mar 2012, Rainer Orth wrote:

 Richard Sandiford rdsandif...@googlemail.com writes:
 
  Rainer Orth r...@cebitec.uni-bielefeld.de writes:
  2012-02-22  Rainer Orth  r...@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.


Re: Fix 64-bit *intmax_t definitions on IRIX

2012-03-01 Thread Richard Sandiford
Rainer Orth r...@cebitec.uni-bielefeld.de writes:
 2012-02-22  Rainer Orth  r...@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