https://gcc.gnu.org/g:240be78237c6d70e0b30ed187c559e359ce81557
commit r15-3477-g240be78237c6d70e0b30ed187c559e359ce81557
Author: Tamar Christina <tamar.christ...@arm.com>
Date:   Thu Sep 5 10:35:18 2024 +0100

    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.

Diff:
---
 gcc/doc/invoke.texi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 43afb0984e5..193db761d64 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

Reply via email to