diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-11 14:00:55 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-11 14:00:55 +0000 |
commit | 0ddabb4c3c6addd3027c39a76d5b623e0176f883 (patch) | |
tree | 4e5ddab9cb5bc71e3c9130f2ebe61f2c9a6d6b65 /gdb/configure.host | |
parent | 5d71380f120679f3e74381a15cb107538cac3c55 (diff) | |
download | gdb-0ddabb4c3c6addd3027c39a76d5b623e0176f883.zip gdb-0ddabb4c3c6addd3027c39a76d5b623e0176f883.tar.gz gdb-0ddabb4c3c6addd3027c39a76d5b623e0176f883.tar.bz2 |
2003-09-11 Andrew Cagney <cagney@redhat.com>
Since the IRIX 4 configuration was forcing K&R mode it hasn't been
buildable since GDB 5.0.
* NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
* configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
* configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
* irix4-nat.c: Delete file.
* config/mips/irix4.mh: Delete file.
* config/mips/irix3.mh: Delete file.
* config/mips/irix3.mt: Delete file.
* config/mips/tm-irix3.h: Delete file.
* config/mips/nm-irix3.h: Delete file.
* config/mips/xm-irix3.h: Delete file.
* config/mips/nm-irix4.h: Delete file.
* config/mips/xm-irix4.h: Delete file.
* config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index fa973af..1830fb8 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -99,8 +99,6 @@ m68*-sun-*) gdb_host=sun3os4 ;; # OBSOLETE mips-dec-mach3*) gdb_host=mipsm3 ;; mips-dec-*) gdb_host=decstation ;; mips-little-*) gdb_host=littlemips ;; -mips-sgi-irix3*) gdb_host=irix3 ;; -mips-sgi-irix4*) gdb_host=irix4 ;; mips-sgi-irix5*) gdb_host=irix5 ;; mips-sgi-irix6*) gdb_host=irix6 ;; mips-sony-*) gdb_host=news-mips ;; |