[PATCH 1/2][ARM][binutils] Add support for ARMv8.1 PAN extension
Matthew Wahab
matthew.wahab@arm.com
Thu May 21 09:06:00 GMT 2015
More information about the Binutils mailing list
Thu May 21 09:06:00 GMT 2015
- Previous message (by thread): [ARM][binutils] Rework CPU feature selection in the disassembler
- Next message (by thread): [PATCH 2/2][ARM][gas] Add support for ARMv8.1 PAN extension.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The ARMv8.1 architecture introduces the Aarch32 Privileged Access Never extension. This adds a new instruction SETPAN, with ARM and Thumb encodings to write to a new CPSR.PAN bit. This patch adds support to binutils for the PAN extension and the SETPAN instructions. A following patch adds support to gas. Tested for arm-none-linux-gnueabihf with check-binutils and check-gas. Ok for trunk? Matthew include/opcode/ 2015-05-21 Matthew Wahab <matthew.wahab@arm.com> * arm.h (ARM_EXT2_PAN): New. (ARM_FEATURE_CORE_HIGH): New. opcodes/ 2015-05-21 Matthew Wahab <matthew.wahab@arm.com> * arm-dis.c (arm_opcodes): Add "setpan". (thumb_opcodes): Add "setpan". -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-ARM-binutils-Add-support-for-PAN-extension.patch Type: text/x-patch Size: 1915 bytes Desc: not available URL: <https://sourceware.org/pipermail/binutils/attachments/20150521/82790058/attachment.bin>
- Previous message (by thread): [ARM][binutils] Rework CPU feature selection in the disassembler
- Next message (by thread): [PATCH 2/2][ARM][gas] Add support for ARMv8.1 PAN extension.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list