OSDN Git Service

Fix 64-bit *intmax_t definitions on IRIX
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Mar 2012 10:43:22 +0000 (10:43 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Mar 2012 10:43:22 +0000 (10:43 +0000)
commit0cf9d50da7e3aac7aa30d63fc00098313080ad26
tree5e9a29d539c36236cb6fb2b6a1c28caa08e9233d
parent237eb207c0398ac0cc85035dd685e9b69a4734af
Fix 64-bit *intmax_t definitions on IRIX

* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@184921 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config.gcc
gcc/config/mips/iris6.h
gcc/config/mips/irix6-c.c [new file with mode: 0644]
gcc/config/mips/mips.c
gcc/config/mips/t-irix6