diff options
author | Tamar Christina <tamar.christina@arm.com> | 2024-09-05 10:35:18 +0100 |
---|---|---|
committer | Tamar Christina <tamar.christina@arm.com> | 2024-09-05 10:35:18 +0100 |
commit | 240be78237c6d70e0b30ed187c559e359ce81557 (patch) | |
tree | 1433b096cababa0b007e1ff2b48a33099853391f | |
parent | e9e4777ca2415a73e8db64a406c06a79add621e5 (diff) | |
download | gcc-240be78237c6d70e0b30ed187c559e359ce81557.zip gcc-240be78237c6d70e0b30ed187c559e359ce81557.tar.gz gcc-240be78237c6d70e0b30ed187c559e359ce81557.tar.bz2 |
docs: double mention of armv9-a.
The list of available architecture for Arm is incorrectly listing armv9-a twice.
This removes the duplicate armv9-a enumeration from the part of the list having
M-profile targets.
gcc/ChangeLog:
* doc/invoke.texi: Remove duplicate armv9-a mention.
-rw-r--r-- | gcc/doc/invoke.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 43afb09..193db76 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -23025,7 +23025,6 @@ Permissible names are: @samp{armv7-m}, @samp{armv7e-m}, @samp{armv8-m.base}, @samp{armv8-m.main}, @samp{armv8.1-m.main}, -@samp{armv9-a}, @samp{iwmmxt} and @samp{iwmmxt2}. Additionally, the following architectures, which lack support for the |