diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-07-26 23:57:28 +0530 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-08-14 09:14:39 -0400 |
commit | 60ac5798c80a8c0e51c34756ade51c6312add573 (patch) | |
tree | 8bca2c147a1939f554e164b926ba476ff45fa995 /opcodes/ChangeLog | |
parent | b3f3b4b0308163d60eaff8ba2727997149fd1d2a (diff) | |
download | gdb-60ac5798c80a8c0e51c34756ade51c6312add573.zip gdb-60ac5798c80a8c0e51c34756ade51c6312add573.tar.gz gdb-60ac5798c80a8c0e51c34756ade51c6312add573.tar.bz2 |
opcodes: blackfin: convert ad-hoc ints to bfd_boolean
These various int fields are being used as booleans, so change to the
existing bfd_boolean style.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 4598078..0e8e850 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,15 @@ 2014-08-14 Mike Frysinger <vapier@gentoo.org> + * bfin-dis.c (struct private): Change int's to bfd_boolean's. + (decode_LOGI2op_0, decode_COMPI2opD_0, decode_COMPI2opP_0, + decode_dagMODik_0, decode_LDIMMhalf_0, decode_linkage_0): + Change assignment of 1 to priv->comment to TRUE. + (print_insn_bfin): Change legal to a bfd_boolean. Change + assignment of 0/1 with priv comment and parallel and legal + to FALSE/TRUE. + +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. |