mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 08:24:05 +08:00
2000-12-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* config/sh/tm-sh.h: Don't remove SR_REGNUM from enum.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2000-12-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
|
||||
|
||||
* config/sh/tm-sh.h: Don't remove SR_REGNUM from enum.
|
||||
|
||||
Fri Dec 15 23:12:15 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* i386gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
|
||||
|
@ -62,7 +62,8 @@ enum
|
||||
GBR_REGNUM = 18,
|
||||
VBR_REGNUM = 19,
|
||||
MACH_REGNUM = 20,
|
||||
MACL_REGNUM = 21
|
||||
MACL_REGNUM = 21,
|
||||
SR_REGNUM = 22
|
||||
};
|
||||
|
||||
/* Define DO_REGISTERS_INFO() to do machine-specific formatting
|
||||
|
Reference in New Issue
Block a user