2012-03-28 Pedro Alves <palves@redhat.com>
authorPedro Alves <palves@redhat.com>
Wed, 28 Mar 2012 17:29:54 +0000 (17:29 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 28 Mar 2012 17:29:54 +0000 (17:29 +0000)
* ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.

gdb/ChangeLog
gdb/ia64-linux-nat.c

index 0b3f886a3ef2d3d7cb36a838691ccea34e509229..b9fadcd67291cab2fad674fa3432e3162ebc7c4f 100644 (file)
@@ -1,3 +1,7 @@
+2012-03-28  Pedro Alves  <palves@redhat.com>
+
+       * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
+
 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
 
        * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
index 60b873be3879e80ac98153028a73349eed0863aa..24bde2dad6afba5ceea5d232a562f88db420132a 100644 (file)
@@ -272,7 +272,7 @@ static int u_offsets[] =
     -1, -1, -1, -1, -1, -1, -1, -1, -1,
     PT_AR_PFS,
     PT_AR_LC,
-    -1,                /* Not available: EC, the Epilog Count register.  */
+    PT_AR_EC,
     -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
     -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
     -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
This page took 0.037893 seconds and 4 git commands to generate.