]> granicus.if.org Git - strace/commitdiff
seems Linux/IA64 changed register names on us, switch to using new names
authorWichert Akkerman <wichert@deephackmode.org>
Fri, 3 Aug 2001 11:51:28 +0000 (11:51 +0000)
committerWichert Akkerman <wichert@deephackmode.org>
Fri, 3 Aug 2001 11:51:28 +0000 (11:51 +0000)
ChangeLog
process.c

index 25ebed660482e8f9456fa3c2de56f6708b2f1b3d..532a1231bfde124b1467f22a41cd3ac7ac00d3a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-03   Wichert Akkerman <wakkerma@debian.org>
+
+  * process.c: seems Linux/IA64 changed register names on us, switch to
+    using new names.
+
 2001-08-03   Wichert Akkerman <wakkerma@debian.org>
 
   * strace.c: set CLOEXEC  flag for outputfile
index 76d0deb7b57cfe73b83e1646b3e9a0c58d4e5772..6fb953ca52da6ca7621ba066737b542d7ee3bc65 100644 (file)
--- a/process.c
+++ b/process.c
@@ -2023,16 +2023,16 @@ struct xlat struct_user_offsets[] = {
        { PT_F27, "f27" }, { PT_F28, "f28" }, { PT_F29, "f29" },
        { PT_F30, "f30" }, { PT_F31, "f31" }, { PT_R4, "r4" },
        { PT_R5, "r5" }, { PT_R6, "r6" }, { PT_R7, "r7" },
-       { PT_K_B0, "kb0" },
+       { PT_B0, "kb0" },
        { PT_B1, "b1" }, { PT_B2, "b2" }, { PT_B3, "b3" },
        { PT_B4, "b4" }, { PT_B5, "b5" },
-       { PT_K_AR_PFS, "kar.pfs" },
-       { PT_AR_LC, "ar.lc" }, { PT_K_AR_UNAT, "kar.unat" },
-       { PT_K_AR_RNAT, "kar.rnat" }, { PT_K_AR_BSPSTORE, "kar.bspstore" },
-       { PT_K_PR, "k.pr" },
+       { PT_AR_PFS, "kar.pfs" },
+       { PT_AR_LC, "ar.lc" }, { PT_AR_UNAT, "kar.unat" },
+       { PT_AR_RNAT, "kar.rnat" }, { PT_AR_BSPSTORE, "kar.bspstore" },
+       { PT_PR, "k.pr" },
        /* pt_regs */
        { PT_CR_IPSR, "cr.ipsr" }, { PT_CR_IIP, "cr.iip" },
-       { PT_CR_IFS, "cr.ifs" }, { PT_AR_UNAT, "ar.unat" },
+       /*{ PT_CR_IFS, "cr.ifs" },*/ { PT_AR_UNAT, "ar.unat" },
        { PT_AR_PFS, "ar.pfs" }, { PT_AR_RSC, "ar.rsc" },
        { PT_AR_RNAT, "ar.rnat" }, { PT_AR_BSPSTORE, "ar.bspstore" },
        { PT_PR, "pr" }, { PT_B6, "b6" }, { PT_AR_BSP, "ar.bsp" },