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:
parent
85ec56b3e2
commit
c6c1f1914d
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue