[PATCH, objdump/ARM] Fix bxns mask
Thomas Preudhomme
thomas.preudhomme@foss.arm.com
Fri Feb 16 15:54:00 GMT 2018
More information about the Binutils mailing list
Fri Feb 16 15:54:00 GMT 2018
- Previous message (by thread): Volunteer to maintain about-to-be-obsoleted targets
- Next message (by thread): [PATCH, objdump/ARM] Fix bxns mask
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bit 7 of BXNS is a fixed bit which distinguish it from BLXNS. Yet it is not set in the disassembler entry mask. This patch fixes that. ChangeLog entry is as follows: *** opcodes/ChangeLog *** 2018-02-14 Thomas Preud'homme <thomas.preudhomme@arm.com> * arm-dis.c (thumb_opcodes): Fix BXNS mask. Testing: Ran testsuite for arm-none-eabi targets which does not show any regression. In particular the following tests are still fine: - ARMv8-M Baseline Security Extensions instructions - ARMv8-M Mainline Security Extensions instructions (1) - ARMv8-M Mainline with DSP instructions (Security Extensions 1) Is this ok for master branch? Best regards, Thomas -------------- next part -------------- A non-text attachment was scrubbed... Name: fix_bxns_objdump_mask.patch Type: text/x-patch Size: 641 bytes Desc: not available URL: <https://sourceware.org/pipermail/binutils/attachments/20180216/5389d40c/attachment.bin>
- Previous message (by thread): Volunteer to maintain about-to-be-obsoleted targets
- Next message (by thread): [PATCH, objdump/ARM] Fix bxns mask
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list