]> gcc.gnu.org Git - gcc.git/commitdiff
xm-iris5.h: Remove, unnecessary.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Wed, 1 Oct 2003 23:51:10 +0000 (23:51 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Wed, 1 Oct 2003 23:51:10 +0000 (23:51 +0000)
* 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

gcc/ChangeLog
gcc/config.build
gcc/config.gcc
gcc/config.host
gcc/config/mips/xm-iris5.h [deleted file]

index 1428352f4133df66eb4baae3b78986c6de49dbab..5dbe87feb71c6f28c7ed1cef1548d98b70bfdbcc 100644 (file)
@@ -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.
index bfbee5bb2bc79e471643b1de21355170e408e554..83b126b9dfe5d818445b300a16b601867e2f9508 100644 (file)
@@ -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
index 61f97ac3a74b76fbbeda8ed8a591c55f9deb3381..3ab7ef9e72b126dac842c116ceb5b709a094d788 100644 (file)
@@ -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.
index f1590a939bc76e9b70f4681ea3f921b9896c655d..9fb6baa21c9213aefdef310ab0b23809bf1e5423 100644 (file)
@@ -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 (file)
index d7085a0..0000000
+++ /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
This page took 0.06983 seconds and 5 git commands to generate.