]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[ARM] Fix bxns mask
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Fri, 16 Mar 2018 14:18:53 +0000 (14:18 +0000)
committerThomas Preud'homme <thomas.preudhomme@arm.com>
Fri, 16 Mar 2018 14:22:23 +0000 (14:22 +0000)
commit54ef1671ba67210fb24e41d898ceea6939e9b1f5
tree042deebb1a9522b5b9b18b68334472e30d2b978f
parent2412fb43068dd2d527b51ad44acce58e2746287c
[ARM] Fix bxns mask

Bit 7 of BXNS is a fixed bit which distinguish it from BLXNS. Yet it is
not set in the disassembler entry mask. This commit fixes that.

2018-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>

Backport from mainline
2018-02-19  Thomas Preud'homme  <thomas.preudhomme@arm.com>

opcodes/
* arm-dis.c (thumb_opcodes): Fix BXNS mask.
opcodes/ChangeLog
opcodes/arm-dis.c