2001-03-02 Matt Hiller <hiller@redhat.com>
authorMatthew Hiller <hiller@redhat.com>
Fri, 2 Mar 2001 22:41:05 +0000 (22:41 +0000)
committerMatthew Hiller <hiller@redhat.com>
Fri, 2 Mar 2001 22:41:05 +0000 (22:41 +0000)
* config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.

gdb/ChangeLog
gdb/config/mn10300/tm-mn10300.h

index edd28ae285f52bf51824bb108cfd244a20bc8775..70aba46315134b645282c294f30a656aec8f84b3 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-02  Matt Hiller  <hiller@redhat.com>
+
+       * config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
+
 2001-03-02  Kevin Buettner  <kevinb@redhat.com>
 
        * sparc-nat.c (sparc-nat.c): Don't include self.
@@ -243,6 +247,12 @@ Tue Feb 27 23:56:23 2001  Andrew Cagney  <ac131313@redhat.com>
        
        * MAINTAINERS: Add Matt Hiller to Write After Approval list.
 
+2001-02-27  Matt Hiller  <hiller@redhat.com>
+
+       * mn10300-tdep.c (mn10300_stab_reg_to_regnum): New function.
+       (mn10300_gdbarch_init): Set appropriate elements of gdbarch to
+       mn10300_stab_reg_to_regnum.
+
 Tue Feb 27 16:56:13 2001  David Taylor  <taylor@redhat.com>
 
        * symtab.c (search_symbols): Fix off by one error in test for
index de8eb5364b407df71b1afca557a12efb86ba6f4a..66bc954bf7e3b2ec8380b6a1163728b2e13f3ae8 100644 (file)
@@ -56,7 +56,7 @@
 #define PSW_REGNUM 11
 #define LIR_REGNUM 12
 #define LAR_REGNUM 13
-#define E0_REGNUM 14
+#define E0_REGNUM 15
 
 /* Pseudo register that contains true address of executing stack frame */
 #define FP_REGNUM 31