diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-06 18:47:18 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-06 18:47:18 +0000 |
commit | be52f08613679c8dd577f1658eaa5a1338b09d6b (patch) | |
tree | d0d38db9390d14af7f19efbc82b1f9639aec9142 /gcc/ChangeLog | |
parent | 2672a12047968881f3eef644f0f5f847ef477e6e (diff) | |
download | ppe42-gcc-be52f08613679c8dd577f1658eaa5a1338b09d6b.tar.gz ppe42-gcc-be52f08613679c8dd577f1658eaa5a1338b09d6b.zip |
gcc:
* config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
list of obsolete configurations.
Disabled check for obsolete configurations.
(mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
Removed support for previous versions.
* config/mips/iris.h: Removed.
* config/mips/iris5.h: Removed.
* config/mips/iris6.h: Merged old iris.h contents.
(TARGET_IRIX): Removed.
(DRIVER_SELF_SPECS): Removed mabi=32.
(IDENT_ASM_OP): Removed undef.
(STARTFILE_SPEC): Removed mabi=32.
(ENDFILE_SPEC): Likewise.
(IRIX_SUBTARGET_LINK_SPEC): Likewise.
(MACHINE_TYPE): Update for IRIX 6.5.
* config/mips/mips.c (mips_build_builtin_va_list): Replaced
TARGET_IRIX by TARGET_IRIX6.
(mips_file_start): Likewise.
(mips_output_external): Remove IRIX 5/6 O32 support.
(mips_output_function_prologue): Likewise.
* config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
TARGET_IRIX6.
(TARGET_CPU_CPP_BUILTINS): Likewise.
(TARGET_IRIX): Removed.
* config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
(MULTILIB_DIRNAMES): Removed 32.
(MULTILIB_OSDIRNAMES): Removed ../lib.
* doc/install.texi (Prerequisites): Don't reference IRIX before
6.5.
(Specific, mips-sgi-irix5): Document removal.
(Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI
removal.
Remove references to older IRIX 6 releases and the O32 ABI.
gcc/ada:
* gcc-interface/Makefile.in: Removed mips-sgi-irix5* support.
libstdc++-v3:
* configure.host: Removed irix[1-6], irix[1-5].*, irix6.[0-4]*
support.
* config/os/irix/irix5.2: Removed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159121 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7be3f1ab052..777f08a2edb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,39 @@ +2010-05-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from + list of obsolete configurations. + Disabled check for obsolete configurations. + (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*. + Removed support for previous versions. + * config/mips/iris.h: Removed. + * config/mips/iris5.h: Removed. + * config/mips/iris6.h: Merged old iris.h contents. + (TARGET_IRIX): Removed. + (DRIVER_SELF_SPECS): Removed mabi=32. + (IDENT_ASM_OP): Removed undef. + (STARTFILE_SPEC): Removed mabi=32. + (ENDFILE_SPEC): Likewise. + (IRIX_SUBTARGET_LINK_SPEC): Likewise. + (MACHINE_TYPE): Update for IRIX 6.5. + * config/mips/mips.c (mips_build_builtin_va_list): Replaced + TARGET_IRIX by TARGET_IRIX6. + (mips_file_start): Likewise. + (mips_output_external): Remove IRIX 5/6 O32 support. + (mips_output_function_prologue): Likewise. + * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by + TARGET_IRIX6. + (TARGET_CPU_CPP_BUILTINS): Likewise. + (TARGET_IRIX): Removed. + * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32. + (MULTILIB_DIRNAMES): Removed 32. + (MULTILIB_OSDIRNAMES): Removed ../lib. + * doc/install.texi (Prerequisites): Don't reference IRIX before + 6.5. + (Specific, mips-sgi-irix5): Document removal. + (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI + removal. + Remove references to older IRIX 6 releases and the O32 ABI. + 2010-05-06 Jakub Jelinek <jakub@redhat.com> * gcc.dg/Wunused-var-8.c: Move to... |