summaryrefslogtreecommitdiff
path: root/gdb/ia64-linux-nat.c
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2012-03-28 17:29:46 +0000
committerPedro Alves <pedro@codesourcery.com>2012-03-28 17:29:46 +0000
commit2d3bed914eb219769399d4be7c95885b9f0956a3 (patch)
treeba6f162e700ea52a5c14420b5f2640e6425baa56 /gdb/ia64-linux-nat.c
parent33c618f861d9ad56df661bd5759e03d16114682a (diff)
downloadgdb-2d3bed914eb219769399d4be7c95885b9f0956a3.tar.gz
2012-03-28 Pedro Alves <palves@redhat.com>
* ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
Diffstat (limited to 'gdb/ia64-linux-nat.c')
-rw-r--r--gdb/ia64-linux-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ia64-linux-nat.c b/gdb/ia64-linux-nat.c
index 60b873be387..24bde2dad6a 100644
--- a/gdb/ia64-linux-nat.c
+++ b/gdb/ia64-linux-nat.c
@@ -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,