mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
* linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
This commit is contained in:
parent
d3336fcd34
commit
4c0711e068
@ -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.
|
||||
|
@ -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[] =
|
||||
|
Loading…
Reference in New Issue
Block a user