This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] tm-sh.h



Forgot that the file sh3-rom.c needs SR_REGNUM.

2000-12-15  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

        * config/sh/tm-sh.h: Don't remove SR_REGNUM from enum.


Index: tm-sh.h
===================================================================
RCS file: /cvs/src/src/gdb/config/sh/tm-sh.h,v
retrieving revision 1.12
diff -c -u -p -r1.12 tm-sh.h
cvs server: conflicting specifications of output style
--- tm-sh.h     2000/12/15 21:44:35     1.12
+++ tm-sh.h     2000/12/18 04:10:21
@@ -62,7 +62,8 @@ enum
     GBR_REGNUM = 18,
     VBR_REGNUM = 19,
     MACH_REGNUM = 20,
-    MACL_REGNUM = 21
+    MACL_REGNUM = 21,
+    SR_REGNUM = 22
   };
 
 /* Define DO_REGISTERS_INFO() to do machine-specific formatting

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]