aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Noer <noer@cygnus>1996-12-09 09:11:45 +0000
committerGeoffrey Noer <noer@cygnus>1996-12-09 09:11:45 +0000
commit578d1f4493620d66b6e88fe703a26296b4210dac (patch)
treea654f0c362141b5aa31b77aa1ce9e17dd74494fc
parentddc2888e6b77292272adb3c0f0296019eaeef9be (diff)
downloadgdb-578d1f4493620d66b6e88fe703a26296b4210dac.zip
gdb-578d1f4493620d66b6e88fe703a26296b4210dac.tar.gz
gdb-578d1f4493620d66b6e88fe703a26296b4210dac.tar.bz2
additional register stuff
-rw-r--r--gdb/config/mn10300/tm-mn10300.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/mn10300/tm-mn10300.h b/gdb/config/mn10300/tm-mn10300.h
index 846483d..c776658 100644
--- a/gdb/config/mn10300/tm-mn10300.h
+++ b/gdb/config/mn10300/tm-mn10300.h
@@ -40,6 +40,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define LIR_REGNUM 12
#define LAR_REGNUM 13
+#define FP_REGNUM 3 /* ??? */
+#define V0_REGNUM 2 /* ??? */
+#define RP_REGNUM 1 /* ??? */
+
#define REGISTER_VIRTUAL_TYPE(REG) builtin_type_int
#define REGISTER_BYTE(REG) ((REG) * 4)