aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-08-05 17:53:42 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-08-05 17:53:42 +0000
commita824e46eac3d68a43ee0d68b619f9065a5d2cd34 (patch)
treee69e6dd0c69c5923e43b9a64d054ded685e36de0
parent8b9773776868bf28698d15edb0ea1e78424c12b7 (diff)
downloadgdb-a824e46eac3d68a43ee0d68b619f9065a5d2cd34.zip
gdb-a824e46eac3d68a43ee0d68b619f9065a5d2cd34.tar.gz
gdb-a824e46eac3d68a43ee0d68b619f9065a5d2cd34.tar.bz2
* config/i386/tm-i386bsd.h (NUM_REGS): There are only 10, not 11.
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/config/i386/tm-i386bsd.h3
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9954630..baa5f01 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,7 @@
Thu Aug 5 08:58:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * config/i386/tm-i386bsd.h (NUM_REGS): There are only 10, not 11.
+
* inflow.c: Put all uses of F_GETFL and F_SETFL in #ifdef F_GETFL.
* 29k-share/udi/udip2soc.c: Include fcntl.h not sys/fcntl.h.
diff --git a/gdb/config/i386/tm-i386bsd.h b/gdb/config/i386/tm-i386bsd.h
index 7574f49..6f4dbd9 100644
--- a/gdb/config/i386/tm-i386bsd.h
+++ b/gdb/config/i386/tm-i386bsd.h
@@ -24,5 +24,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "i386/tm-i386v.h"
/* 386BSD cannot handle the segment registers. */
+/* BSDI can't handle them either. */
#undef NUM_REGS
-#define NUM_REGS 11
+#define NUM_REGS 10