aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-09-11 14:00:55 +0000
committerAndrew Cagney <cagney@redhat.com>2003-09-11 14:00:55 +0000
commit0ddabb4c3c6addd3027c39a76d5b623e0176f883 (patch)
tree4e5ddab9cb5bc71e3c9130f2ebe61f2c9a6d6b65 /gdb/NEWS
parent5d71380f120679f3e74381a15cb107538cac3c55 (diff)
downloadgdb-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/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index bd107f6..1a2784a 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -9,6 +9,11 @@ The command "set prompt-escape-char" has been deleted. This command,
and its very obscure effet on GDB's prompt, was never documented,
tested, nor mentioned in the NEWS file.
+* REMOVED configurations and files
+
+SGI Irix-4.x mips-sgi-irix4 or iris4
+SGI Iris (MIPS) running Irix V3: mips-sgi-irix or iris
+
*** Changes in GDB 6.0:
* GNU/Linux support for fork, vfork, and exec.