From: Jim Kingdon Date: Thu, 5 Aug 1993 17:53:42 +0000 (+0000) Subject: * config/i386/tm-i386bsd.h (NUM_REGS): There are only 10, not 11. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a824e46eac3d68a43ee0d68b619f9065a5d2cd34;p=binutils-gdb.git * config/i386/tm-i386bsd.h (NUM_REGS): There are only 10, not 11. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9954630b234..baa5f01b2b6 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 7574f499231..6f4dbd939ae 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