diff options
author | Alan Modra <amodra@gmail.com> | 2016-10-06 08:08:25 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-10-06 09:36:33 +1030 |
commit | 616ec3583b7b6ba0a4e581c426b700b0664a3027 (patch) | |
tree | 544e86a910e39c353eaba3cd2ca40595a8278147 /opcodes/ChangeLog | |
parent | f389f6fef76d7cf8e8beb7061edff2155c284898 (diff) | |
download | gdb-616ec3583b7b6ba0a4e581c426b700b0664a3027.zip gdb-616ec3583b7b6ba0a4e581c426b700b0664a3027.tar.gz gdb-616ec3583b7b6ba0a4e581c426b700b0664a3027.tar.bz2 |
Don't use boolean OR in arithmetic expressions
bfd/
* elf32-epiphany.c (epiphany_final_link_relocate): Use bitwise
OR in arithmetic expression, not boolean OR.
opcodes/
* cr16-dis.c (print_insn_cr16): Don't use boolean OR in arithmetic.
* crx-dis.c (print_insn_crx): Likewise.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 20ebe69..83f435c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2016-10-06 Alan Modra <amodra@gmail.com> + + * cr16-dis.c (print_insn_cr16): Don't use boolean OR in arithmetic. + * crx-dis.c (print_insn_crx): Likewise. + 2016-09-30 H.J. Lu <hongjiu.lu@intel.com> PR binutils/20657 |