aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-12-03 19:17:03 -0500
committerMike Frysinger <vapier@gentoo.org>2014-08-14 09:10:12 -0400
commitb3f3b4b0308163d60eaff8ba2727997149fd1d2a (patch)
tree912dab57c9cadd872977d1f6dd768774c2457ed0 /opcodes/ChangeLog
parenta4e600b22e938e766fefa9bd0ab111e262e639a6 (diff)
downloadgdb-b3f3b4b0308163d60eaff8ba2727997149fd1d2a.zip
gdb-b3f3b4b0308163d60eaff8ba2727997149fd1d2a.tar.gz
gdb-b3f3b4b0308163d60eaff8ba2727997149fd1d2a.tar.bz2
opcodes: blackfin: simplify decode_CC2stat_0 logic
These multiple if statements can be condensed down into a single if statement and an array of strings. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 5157099..4598078 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,11 @@
2014-08-14 Mike Frysinger <vapier@gentoo.org>
+ * bfin-dis.c (OUT): Define.
+ (decode_CC2stat_0): Declare new op_names array.
+ Replace multiple if statements with a single one.
+
+2014-08-14 Mike Frysinger <vapier@gentoo.org>
+
* bfin-dis.c (struct private): Add iw0.
(_print_insn_bfin): Assign iw0 to priv.iw0.
(print_insn_bfin): Drop ifetch and use priv.iw0.