[patch] fix typo in Blackfin disassembler with M2.H

Mike Frysinger vapier@gentoo.org
Wed Mar 24 08:32:00 GMT 2010


ive committed this obvious fix for a typo where M2.H was being decoded as L2.H

2010-03-24  Mike Frysinger  <vapier@gentoo.org>

	* bfin-dis.c (decode_regs_hi): Change REG_LH2 typo to REG_MH2.

--- bfin-dis.c	4 Sep 2009 04:29:42 -0000	1.14
+++ bfin-dis.c	24 Mar 2010 05:14:35 -0000
@@ -390,7 +390,7 @@ static enum machine_registers decode_reg
 {
   REG_RH0, REG_RH1, REG_RH2, REG_RH3, REG_RH4, REG_RH5, REG_RH6, REG_RH7,
   REG_PH0, REG_PH1, REG_PH2, REG_PH3, REG_PH4, REG_PH5, REG_SHP, REG_FHP,
-  REG_IH0, REG_IH1, REG_IH2, REG_IH3, REG_MH0, REG_MH1, REG_LH2, REG_MH3,
+  REG_IH0, REG_IH1, REG_IH2, REG_IH3, REG_MH0, REG_MH1, REG_MH2, REG_MH3,
   REG_BH0, REG_BH1, REG_BH2, REG_BH3, REG_LH0, REG_LH1, REG_LH2, REG_LH3,
 };
 
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <https://sourceware.org/pipermail/binutils/attachments/20100324/8cf9b6e8/attachment.sig>


More information about the Binutils mailing list