From 04074c50daed0fc0aed4011330a71ed17ac991e3 Mon Sep 17 00:00:00 2001 From: ro Date: Wed, 1 Oct 2003 23:51:10 +0000 Subject: [PATCH] * config/mips/xm-iris5.h: Remove, unnecessary. * config.build (mips-sgi-irix5*): Remove. (mips-sgi-irix6*o32): Likewise. * config.gcc (mips-sgi-irix6*o32): Remove xm_file. (mips-sgi-irix5cross64): Likewise. (mips-sgi-irix5*): Likewise. * config.host (mips-sgi-irix5*): Remove. (mips-sgi-irix6*o32): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72003 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 11 +++++++++++ gcc/config.build | 8 -------- gcc/config.gcc | 3 --- gcc/config.host | 6 ------ gcc/config/mips/xm-iris5.h | 4 ---- 5 files changed, 11 insertions(+), 21 deletions(-) delete mode 100644 gcc/config/mips/xm-iris5.h diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1428352..5dbe87f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,14 @@ +2003-10-01 Rainer Orth + + * config/mips/xm-iris5.h: Remove, unnecessary. + * config.build (mips-sgi-irix5*): Remove. + (mips-sgi-irix6*o32): Likewise. + * config.gcc (mips-sgi-irix6*o32): Remove xm_file. + (mips-sgi-irix5cross64): Likewise. + (mips-sgi-irix5*): Likewise. + * config.host (mips-sgi-irix5*): Remove. + (mips-sgi-irix6*o32): Likewise. + 2003-10-01 Zack Weinberg * dbxout.c (dbxout_fptype_value): Delete. diff --git a/gcc/config.build b/gcc/config.build index bfbee5b..83b126b 100644 --- a/gcc/config.build +++ b/gcc/config.build @@ -115,14 +115,6 @@ case $build in # HP 9000 series 300 build_install_headers_dir=install-headers-cpio ;; - mips-sgi-irix5*) - # SGI System V r4, IRIX 5 - build_xm_file=mips/xm-iris5.h - ;; - mips-sgi-irix6*o32) - # SGI System V r4, IRIX 6, O32 ABI - build_xm_file=mips/xm-iris5.h - ;; *-*-sysv*) # All other System V variants. build_install_headers_dir=install-headers-cpio diff --git a/gcc/config.gcc b/gcc/config.gcc index 61f97ac..3ab7ef9 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1366,7 +1366,6 @@ mips-sgi-irix6*o32) # SGI System V.4., IRIX 6, O32 ABI fi tm_file="${tm_file} mips/iris6-o32.h" tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6" - xm_file=mips/xm-iris5.h target_cpu_default="MASK_ABICALLS" # mips-tfile doesn't work yet # See comment in mips/iris5.h file. @@ -1392,7 +1391,6 @@ mips-sgi-irix6*) # SGI System V.4., IRIX 6 ;; mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64 tm_file="${tm_file} mips/iris5.h mips/iris6.h mips/cross64.h" - xm_file=mips/xm-iris5.h tmake_file="mips/t-iris mips/t-cross64" target_cpu_default="MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT" tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32" @@ -1417,7 +1415,6 @@ mips-sgi-irix5*) # SGI System V.4., IRIX 5 tmake_file=mips/t-iris5-as fi tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6" - xm_file=mips/xm-iris5.h target_cpu_default="MASK_ABICALLS" # mips-tfile doesn't work yet # See comment in mips/iris5.h file. diff --git a/gcc/config.host b/gcc/config.host index f1590a9..9fb6baa 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -145,12 +145,6 @@ case ${host} in i860-*-sysv4*) host_xmake_file=i860/x-sysv4 ;; - mips-sgi-irix6*o32) # SGI System V.4., IRIX 6, O32 ABI - host_xm_file=mips/xm-iris5.h - ;; - mips-sgi-irix5*) # SGI System V.4., IRIX 5 - host_xm_file=mips/xm-iris5.h - ;; powerpc-*-darwin*) # powerpc-darwin host support. out_host_hook_obj=host-darwin.o diff --git a/gcc/config/mips/xm-iris5.h b/gcc/config/mips/xm-iris5.h deleted file mode 100644 index d7085a0..0000000 --- a/gcc/config/mips/xm-iris5.h +++ /dev/null @@ -1,4 +0,0 @@ -/* On SGI IRIX 5.3, inttypes.h clashes with sys/types.h, but the clash - (when compiled with GCC) is a warning, so configure.in thinks it's OK - to use it. Work around this problem. */ -#undef HAVE_INTTYPES_H -- 2.7.4