This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] 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>

2011-01-08  Mike Frysinger  <vapier@gentoo.org>

	* bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.

RCS file: /cvs/src/src/gdb/bfin-tdep.h,v
retrieving revision 1.2
diff -u -p -r1.2 bfin-tdep.h
--- bfin-tdep.h	1 Jan 2011 15:32:57 -0000	1.2
+++ bfin-tdep.h	8 Jan 2011 20:35:44 -0000
@@ -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,

Attachment: signature.asc
Description: This is a digitally signed message part.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]