Tue Dec 31 15:19:32 1996 Geoffrey Noer <noer@cygnus.com>
* config/mn10300/tm-mn10300.h: more small register fixes
This commit is contained in:
parent
6ec96a0265
commit
a2bfe134c1
@ -1,3 +1,7 @@
|
||||
Tue Dec 31 15:19:32 1996 Geoffrey Noer <noer@cygnus.com>
|
||||
|
||||
* config/mn10300/tm-mn10300.h: more small register fixes
|
||||
|
||||
Tue Dec 31 06:51:43 1996 Mark Alexander <marka@cygnus.com>
|
||||
|
||||
* config/i386/xm-windows.h: Undo previous change to SIGTRAP
|
||||
|
||||
@ -27,13 +27,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
#define REGISTER_SIZE 4
|
||||
#define MAX_REGISTER_RAW_SIZE 4
|
||||
|
||||
#define NUM_REGS 19
|
||||
#define NUM_REGS 14
|
||||
|
||||
#define REGISTER_NAMES \
|
||||
{ "d0", "d1", "d2", "d3", "a0", "a1", "a2", "a3", \
|
||||
"sp", "pc", "mdr", "psw", "lir", "lar" \
|
||||
\
|
||||
"fp", "vo", "rp", "arg0", "arglast"}
|
||||
"sp", "pc", "mdr", "psw", "lir", "lar" }
|
||||
|
||||
#define SP_REGNUM 8
|
||||
#define PC_REGNUM 9
|
||||
|
||||
Loading…
Reference in New Issue
Block a user