aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips/xm-irix4.h
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/config/mips/xm-irix4.h
parent5d71380f120679f3e74381a15cb107538cac3c55 (diff)
downloadfsf-binutils-gdb-0ddabb4c3c6addd3027c39a76d5b623e0176f883.zip
fsf-binutils-gdb-0ddabb4c3c6addd3027c39a76d5b623e0176f883.tar.gz
fsf-binutils-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/config/mips/xm-irix4.h')
-rw-r--r--gdb/config/mips/xm-irix4.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/gdb/config/mips/xm-irix4.h b/gdb/config/mips/xm-irix4.h
deleted file mode 100644
index 8e0bfb5..0000000
--- a/gdb/config/mips/xm-irix4.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/* Definitions for irix4 hosting support.
-
- Copyright 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
-
- This file is part of GDB.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
-
-/* This is for the iris. */
-
-#include "mips/xm-irix3.h"
-
-#define BROKEN_SIGINFO_H /* <sys/siginfo.h> si_pid & si_uid are bogus */
-
-/* Irix 4.0.1 and later have termios. Not sure about earlier versions. */
-#undef HAVE_TERMIO
-#define HAVE_TERMIOS
-
-/* This enables reliable signals (and the associated setjmp/longjmp), and gives
- bsdish prototypes for getpgrp/setpgrg/setgroups and initgroups. */
-#define _BSD_COMPAT