diff options
author | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2020-11-23 10:03:36 +0000 |
---|---|---|
committer | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2020-11-23 10:06:15 +0000 |
commit | a3a02fe862f559fd80bedbb7050bd2346053e2ee (patch) | |
tree | b6d5e660595dad7a858d9d3c8d0bde330f365137 /gas/doc | |
parent | 199225823d86e3cd6844a4886296610261e3abb4 (diff) | |
download | gdb-a3a02fe862f559fd80bedbb7050bd2346053e2ee.zip gdb-a3a02fe862f559fd80bedbb7050bd2346053e2ee.tar.gz gdb-a3a02fe862f559fd80bedbb7050bd2346053e2ee.tar.bz2 |
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
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-aarch64.texi | 1 |
1 files changed, 1 insertions, 0 deletions
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}, |