gdb: bfin: tix typo in register name
authorMike Frysinger <vapier@gentoo.org>
Sat, 8 Jan 2011 20:45:11 +0000 (20:45 +0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 8 Jan 2011 20:45:11 +0000 (20:45 +0000)
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>
gdb/ChangeLog
gdb/bfin-tdep.h

index dc8213e52b2090aebb04baa004d5e44f480f9c28..966a84a6b06473ed3c6f2f74c9924d386782b1d6 100644 (file)
@@ -1,3 +1,7 @@
+2011-01-08  Mike Frysinger  <vapier@gentoo.org>
+
+       * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
+
 2011-01-08  Robert Millan  <rmh@gnu.org>
 
        * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
index 23af235a450005ddd04923b2aa8d73d2044cd84d..356a5318e844cf7fc1e8863972d9b4e65aa9ed19 100644 (file)
@@ -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,
This page took 0.026228 seconds and 4 git commands to generate.