]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
authorDaniel Jacobowitz <drow@false.org>
Sat, 4 Jan 2003 21:55:30 +0000 (21:55 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sat, 4 Jan 2003 21:55:30 +0000 (21:55 +0000)
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-m68k-low.c

index ac3b1f4a1414efceedf67d5af8aef591ccfb7fa0..9a02977f35bb3a9ffc68f91bf2f3c13583509f20 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-04  Andreas Schwab  <schwab@suse.de>
+
+       * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
+
 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
 
        * Makefile.in: Remove obsolete code.
index 760de6e05352854040b05aa051bdf59729e7db90..b49a8c9e286935b2418b6cc4bd08716097a2b999 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU/Linux/m68k specific low level interface, for the remote server for GDB.
-   Copyright 1995, 1996, 1998, 1999, 2000, 2001, 2002
+   Copyright 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003
    Free Software Foundation, Inc.
 
    This file is part of GDB.
@@ -26,7 +26,7 @@
 #include <sys/reg.h>
 #endif
 
-#define m68k_num_regs 31
+#define m68k_num_regs 29
 
 /* This table must line up with REGISTER_NAMES in tm-m68k.h */
 static int m68k_regmap[] =