mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-29 21:13:21 +00:00
* tm-mn10200.h (NUM_REGS): Decrease to 12.
(REGISTER_NAMES): Elimination registers not found on the mn10200. (PC_REGNUM, MDR_REGNUM, PSW_REGNUM): Corresponding changes. (LIR_REGNUM, LAR_REGNUM): Delete. They don't exist on the mn10200.
This commit is contained in:
parent
5499537344
commit
ddc846e915
@ -1,3 +1,10 @@
|
|||||||
|
Mon Jan 27 10:34:03 1997 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
* tm-mn10200.h (NUM_REGS): Decrease to 12.
|
||||||
|
(REGISTER_NAMES): Elimination registers not found on the mn10200.
|
||||||
|
(PC_REGNUM, MDR_REGNUM, PSW_REGNUM): Corresponding changes.
|
||||||
|
(LIR_REGNUM, LAR_REGNUM): Delete. They don't exist on the mn10200.
|
||||||
|
|
||||||
Sat Jan 25 00:07:59 1997 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
Sat Jan 25 00:07:59 1997 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||||
|
|
||||||
* dwarf2read.c: Replace integral tag, name and form fields in
|
* dwarf2read.c: Replace integral tag, name and form fields in
|
||||||
|
@ -25,21 +25,19 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
#define REGISTER_SIZE 4
|
#define REGISTER_SIZE 4
|
||||||
|
|
||||||
#define MAX_REGISTER_RAW_SIZE REGISTER_SIZE
|
#define MAX_REGISTER_RAW_SIZE REGISTER_SIZE
|
||||||
#define NUM_REGS 12
|
#define NUM_REGS 11
|
||||||
|
|
||||||
#define REGISTER_BYTES (NUM_REGS * REGISTER_SIZE)
|
#define REGISTER_BYTES (NUM_REGS * REGISTER_SIZE)
|
||||||
|
|
||||||
#define REGISTER_NAMES \
|
#define REGISTER_NAMES \
|
||||||
{ "d0", "d1", "d2", "d3", "a0", "a1", "a2", "a3", \
|
{ "d0", "d1", "d2", "d3", "a0", "a1", "a2", "sp", \
|
||||||
"sp", "pc", "mdr", "psw"}
|
"pc", "mdr", "psw"}
|
||||||
|
|
||||||
#define FP_REGNUM 6
|
#define FP_REGNUM 6
|
||||||
#define SP_REGNUM 7
|
#define SP_REGNUM 7
|
||||||
#define PC_REGNUM 9
|
#define PC_REGNUM 8
|
||||||
#define MDR_REGNUM 10
|
#define MDR_REGNUM 9
|
||||||
#define PSW_REGNUM 11
|
#define PSW_REGNUM 10
|
||||||
#define LIR_REGNUM 12
|
|
||||||
#define LAR_REGNUM 13
|
|
||||||
|
|
||||||
#define REGISTER_VIRTUAL_TYPE(REG) builtin_type_int
|
#define REGISTER_VIRTUAL_TYPE(REG) builtin_type_int
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user