diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2003-10-01 23:51:10 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2003-10-01 23:51:10 +0000 |
commit | 9a032f82ee303b06445760c2a3821d0038e91d59 (patch) | |
tree | 4c23288bb4ed7975746826783ca22f1c64391b67 | |
parent | 3a7cbb76f1c751d40587190b62a23f46da1c571b (diff) | |
download | gcc-9a032f82ee303b06445760c2a3821d0038e91d59.zip gcc-9a032f82ee303b06445760c2a3821d0038e91d59.tar.gz gcc-9a032f82ee303b06445760c2a3821d0038e91d59.tar.bz2 |
xm-iris5.h: Remove, unnecessary.
* 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.
From-SVN: r72003
-rw-r--r-- | gcc/ChangeLog | 11 | ||||
-rw-r--r-- | gcc/config.build | 8 | ||||
-rw-r--r-- | gcc/config.gcc | 3 | ||||
-rw-r--r-- | gcc/config.host | 6 | ||||
-rw-r--r-- | gcc/config/mips/xm-iris5.h | 4 |
5 files changed, 11 insertions, 21 deletions
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 <ro@TechFak.Uni-Bielefeld.DE> + + * 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 <zack@codesourcery.com> * 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 |