summaryrefslogtreecommitdiff
path: root/gdb/bfin-tdep.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-01-08 20:45:10 +0000
committerMike Frysinger <vapier@gentoo.org>2011-01-08 20:45:10 +0000
commit7f8216b7f23798b10045f214e00af0fb4653ed02 (patch)
tree4311b1d97d6299c43ac58e71b015521961b0e72c /gdb/bfin-tdep.h
parent3fda795b388fb7f1ba2caa951a843939d26bfe48 (diff)
downloadgdb-7f8216b7f23798b10045f214e00af0fb4653ed02.tar.gz
gdb: bfin: tix typo in register name
Looks like we've long been using "AO" instead of "A0" in the enum for the A0.W. But no one noticed since we aren't using it directly (we assume the position in the reverse). I've committed this simple fix. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'gdb/bfin-tdep.h')
-rw-r--r--gdb/bfin-tdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/bfin-tdep.h b/gdb/bfin-tdep.h
index 23af235a450..356a5318e84 100644
--- a/gdb/bfin-tdep.h
+++ b/gdb/bfin-tdep.h
@@ -55,7 +55,7 @@ enum gdb_regnum {
BFIN_L2_REGNUM,
BFIN_L3_REGNUM,
BFIN_A0_DOT_X_REGNUM,
- BFIN_AO_DOT_W_REGNUM,
+ BFIN_A0_DOT_W_REGNUM,
BFIN_A1_DOT_X_REGNUM,
BFIN_A1_DOT_W_REGNUM,
BFIN_ASTAT_REGNUM,