* config/i386/tm-i386bsd.h (NUM_REGS): There are only 10, not 11.
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 5 Aug 1993 17:53:42 +0000 (17:53 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 5 Aug 1993 17:53:42 +0000 (17:53 +0000)
gdb/ChangeLog
gdb/config/i386/tm-i386bsd.h

index 9954630..baa5f01 100644 (file)
@@ -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.
index 7574f49..6f4dbd9 100644 (file)
@@ -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