]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[OPCODES][ARM]Fix mask for a few coprocessor opcodes.
authorRenlin Li <renlin.li@arm.com>
Wed, 24 Feb 2016 13:55:30 +0000 (13:55 +0000)
committerRenlin Li <renlin.li@arm.com>
Wed, 24 Feb 2016 14:02:51 +0000 (14:02 +0000)
commit3e309328e8d91e37f2f3cea15f8a686d3bdfa700
tree7355b5d4b1b3ab76217baa8e5f7279b5e07bbf27
parent8afc7bea4018bf535902503c9a25dd4a96dfa3ca
[OPCODES][ARM]Fix mask for a few coprocessor opcodes.

opcodes/

2016-02-24  Renlin Li  <renlin.li@arm.com>

* arm-dis.c (coprocessor_opcodes): Fix mask for vsel, vmaxnm, vminnm,
vrint(mpna).

gas/

2016-02-24  Renlin Li  <renlin.li@arm.com>

* testsuite/gas/arm/mask_1.d: New.
* testsuite/gas/arm/mask_1.s: New.
gas/ChangeLog
gas/testsuite/gas/arm/mask_1.d [new file with mode: 0644]
gas/testsuite/gas/arm/mask_1.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/arm-dis.c