* 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:
Jeff Law 1997-01-27 17:36:55 +00:00
parent 5499537344
commit ddc846e915
2 changed files with 13 additions and 8 deletions

View File

@ -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)
* dwarf2read.c: Replace integral tag, name and form fields in

View File

@ -25,21 +25,19 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define REGISTER_SIZE 4
#define MAX_REGISTER_RAW_SIZE REGISTER_SIZE
#define NUM_REGS 12
#define NUM_REGS 11
#define REGISTER_BYTES (NUM_REGS * REGISTER_SIZE)
#define REGISTER_NAMES \
{ "d0", "d1", "d2", "d3", "a0", "a1", "a2", "a3", \
"sp", "pc", "mdr", "psw"}
{ "d0", "d1", "d2", "d3", "a0", "a1", "a2", "sp", \
"pc", "mdr", "psw"}
#define FP_REGNUM 6
#define SP_REGNUM 7
#define PC_REGNUM 9
#define MDR_REGNUM 10
#define PSW_REGNUM 11
#define LIR_REGNUM 12
#define LAR_REGNUM 13
#define PC_REGNUM 8
#define MDR_REGNUM 9
#define PSW_REGNUM 10
#define REGISTER_VIRTUAL_TYPE(REG) builtin_type_int