* mipsread.c (ZMAGIC): #undef to avoid duplicate define.
authorJohn Gilmore <gnu@cygnus>
Thu, 18 Feb 1993 07:49:17 +0000 (07:49 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 18 Feb 1993 07:49:17 +0000 (07:49 +0000)
* remote.c (alarm):  Move declaration to global level, before
first reference to it.
* tm-i386bsd.h (NUM_REGS):  There are only eleven, not twelve.

gdb/ChangeLog
gdb/tm-i386bsd.h

index 6df5042997740900a16c2a2b24b154d2ad329dfd..7ced5390cd9cfe1f660f04ab3dd8677b7cbc55ff 100644 (file)
@@ -1,5 +1,10 @@
 Wed Feb 17 19:24:40 1993  John Gilmore  (gnu@cygnus.com)
 
+       * mipsread.c (ZMAGIC):  #undef to avoid duplicate define.
+       * remote.c (alarm):  Move declaration to global level, before 
+       first reference to it.
+       * tm-i386bsd.h (NUM_REGS):  There are only eleven, not twelve.
+
        * dbxread.c (process_one_symbol):  Cast to unsigned char, not int.
 
 Wed Feb 17 13:40:29 1993  K. Richard Pixley  (rich@cygnus.com)
index e92beadaefd12ff705f7e3103bb91ee4a8553d7c..23a343309e741113eca293fca0e0e621bb9a95e8 100644 (file)
@@ -29,4 +29,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* 386BSD cannot handle the segment registers. */
 #undef NUM_REGS
-#define NUM_REGS 12
+#define NUM_REGS 11