* hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
authorMark Kettenis <kettenis@gnu.org>
Sun, 9 May 2004 20:56:41 +0000 (20:56 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 9 May 2004 20:56:41 +0000 (20:56 +0000)
gdb/ChangeLog
gdb/hppa-tdep.h

index 1af9e1f398a846ebf05f071e52518abbaccf3c80..839537d043e3834e8da236281d8ba486fa8e1644 100644 (file)
@@ -1,5 +1,7 @@
 2004-05-09  Mark Kettenis  <kettenis@gnu.org>
 
+       * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
+
        * hppa-tdep.h: Update copyright year.
        (struct trad_frame_saved_reg): Add opaque declaration.
 
index 8f779b6c670803a26a01f15d6a04dbb75d89a928..816e15ea9d77f58a0f9b5895eb0eb0a8a5ead19b 100644 (file)
@@ -32,9 +32,11 @@ enum { HPPA_INSTRUCTION_SIZE = 4 };
    to be actual register numbers as far as the user is concerned
    but do serve to get the desired values when passed to read_register.  */
 
-enum {
+enum hppa_regnum
+{
   HPPA_R0_REGNUM = 0,          /* Doesn't actually exist, used as base for
                                   other r registers.  */
+  HPPA_R1_REGNUM = 1,
   HPPA_FLAGS_REGNUM = 0,       /* Various status flags */
   HPPA_RP_REGNUM = 2,          /* return pointer */
   HPPA_FP_REGNUM = 3,          /* The ABI's frame pointer, when used */
This page took 0.029284 seconds and 4 git commands to generate.