summaryrefslogtreecommitdiff
path: root/gdb/mn10300-tdep.h
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2005-09-02 22:53:35 +0000
committerKevin Buettner <kevinb@redhat.com>2005-09-02 22:53:35 +0000
commitbc72f94e355d275e25c55c1bce66428fb4aef3f8 (patch)
treed69d97f3000a73c346356f71d5b63766261cd06f /gdb/mn10300-tdep.h
parent56f2bb16b42f2a9de2dcb2c6f460726e3b1e3e6a (diff)
downloadgdb-bc72f94e355d275e25c55c1bce66428fb4aef3f8.tar.gz
* mn10300-linux-tdep.c: New file.
* Makefile.in (mn10300-linux-tdep.o): New Makefile target. * config/mn10300/linux.mt (TDEPFILES): Add mn10300-linux-tdep.o and corelow.o. * mn10300-tdep.h (E_E8_REGNUM, E_E9_REGNUM, E_E10_REGNUM) (E_FPCR_REGNUM, E_FS0_REGNUM): New constants.
Diffstat (limited to 'gdb/mn10300-tdep.h')
-rw-r--r--gdb/mn10300-tdep.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/gdb/mn10300-tdep.h b/gdb/mn10300-tdep.h
index baabfb69a8a..42d990e6fcb 100644
--- a/gdb/mn10300-tdep.h
+++ b/gdb/mn10300-tdep.h
@@ -44,9 +44,14 @@ enum {
E_E5_REGNUM = 20,
E_E6_REGNUM = 21,
E_E7_REGNUM = 22,
+ E_E8_REGNUM = 23,
+ E_E9_REGNUM = 24,
+ E_E10_REGNUM = 25,
E_MCRH_REGNUM = 26,
E_MCRL_REGNUM = 27,
E_MCVF_REGNUM = 28,
+ E_FPCR_REGNUM = 29,
+ E_FS0_REGNUM = 32,
E_NUM_REGS = 32
};
@@ -76,5 +81,3 @@ struct gdbarch_tdep
};
#define AM33_MODE (gdbarch_tdep (current_gdbarch)->am33_mode)
-
-