From cafdb713d837ce45cf6180966070fe77386f1d7d Mon Sep 17 00:00:00 2001 From: Srinath Parvathaneni Date: Mon, 14 Nov 2022 13:55:51 +0000 Subject: arm: Add support for Cortex-X1C CPU. This patch adds support for Cortex-X1C CPU in Arm. bfd/ChangeLog: 2022-11-09 Srinath Parvathaneni * cpu-arm.c (processors): Add Cortex-X1C CPU entry. gas/ChangeLog: 2022-11-09 Srinath Parvathaneni * NEWS: Update docs. * config/tc-arm.c (arm_cpus): Add cortex-x1c to -mcpu. * doc/c-arm.texi: Update docs. * testsuite/gas/arm/cpu-cortex-x1c.d: New test. --- gas/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gas/NEWS') diff --git a/gas/NEWS b/gas/NEWS index 8673134..8642ef1 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -32,6 +32,8 @@ * Add support for the RISC-V Zawrs extension, version 1.0-rc4. +* Add support for Cortex-X1C for Arm. + Changes in 2.39: * Remove (rudimentary) support for the x86-64 sub-architectures Intel L1OM and -- cgit v1.1