]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - opcodes/cr16-dis.c
Don't use boolean OR in arithmetic expressions
authorAlan Modra <amodra@gmail.com>
Wed, 5 Oct 2016 21:38:25 +0000 (08:08 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 5 Oct 2016 23:06:33 +0000 (09:36 +1030)
commit616ec3583b7b6ba0a4e581c426b700b0664a3027
tree544e86a910e39c353eaba3cd2ca40595a8278147
parentf389f6fef76d7cf8e8beb7061edff2155c284898
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.
bfd/ChangeLog
bfd/elf32-epiphany.c
opcodes/ChangeLog
opcodes/cr16-dis.c
opcodes/crx-dis.c