[ARM] Add support for Cortex-A55 and Cortex-A75.
authorJames Greenhalgh <james.greenhalgh@arm.com>
Wed, 5 Jul 2017 11:04:37 +0000 (12:04 +0100)
committerRichard Earnshaw <Richard.Earnshaw@arm.com>
Wed, 5 Jul 2017 11:04:37 +0000 (12:04 +0100)
commit15a7695fdce108548169ca265cc440b049d63951
tree49295a62b57a8cfc20d9597dbbecf53da7a35b05
parente4bdd679556e4e4ba71bcd066cc98ee7c2f4fca2
[ARM] Add support for Cortex-A55 and Cortex-A75.

This patch adds support for the ARM Cortex-A55 and
Cortex-A75 processors.

The ARM Cortex-A55 and Cortex-A75 procsessors implement the ARMv8-A
architecture, with support for the ARMv8.1-A and ARMv8.2-A extensions,
including support for the 16-bit floating point extensions.

The 16-bit floating-point extensions are optional, and we haven't defined
an option mapping straight to them thus far, so this patch first needs to
add one of those in include/opcode/arm.h, then we can simply add the CPU names
as usual in config/tc-arm.c .

Tested on arm-none-eabi.

2017-07-05  James Greenhalgh  <james.greenhalgh@arm.com>

* config/tc-arm.c (arm_cpus): Add Cortex-A55 and Cortex-A75.
* doc/c-arm.texi (-mcpu): Document Cortex-A55 and Cortex-A75.
gas/ChangeLog
gas/config/tc-arm.c
gas/doc/c-arm.texi
This page took 0.025394 seconds and 4 git commands to generate.