* linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.

This commit is contained in:
Daniel Jacobowitz 2003-01-04 21:55:30 +00:00
parent d3336fcd34
commit 4c0711e068
2 changed files with 6 additions and 2 deletions

View 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.

View 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[] =