From a3a02fe862f559fd80bedbb7050bd2346053e2ee Mon Sep 17 00:00:00 2001 From: Przemyslaw Wirkus Date: Mon, 23 Nov 2020 10:03:36 +0000 Subject: aarch64: Add support for Cortex-A78C This patch adds support for -mcpu=cortex-a78c command line option. For more information about this processor, see [0]: [0] https://developer.arm.com/ip-products/processors/cortex-a/cortex-a78c --- gas/doc/c-aarch64.texi | 1 + 1 file changed, 1 insertion(+) (limited to 'gas/doc') diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index 6031cf3..336f1b7 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -70,6 +70,7 @@ on the target processor. The following processor names are recognized: @code{cortex-a77}, @code{cortex-a78}, @code{cortex-a78ae}, +@code{cortex-a78c}, @code{ares}, @code{exynos-m1}, @code{falkor}, -- cgit v1.1