]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[ARM] Fix bxns mask
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Mon, 19 Feb 2018 12:05:18 +0000 (12:05 +0000)
committerThomas Preud'homme <thomas.preudhomme@arm.com>
Mon, 19 Feb 2018 12:05:18 +0000 (12:05 +0000)
commite207bc53a407b274e0c771b781d73321b91612ce
treed0230ab7abf75d995adf19294ec48e10502c5e9e
parente535d0ddb3ca97c849bd3dbab997dc756625cc9e
[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-02-19  Thomas Preud'homme  <thomas.preudhomme@arm.com>

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