From 240be78237c6d70e0b30ed187c559e359ce81557 Mon Sep 17 00:00:00 2001 From: Tamar Christina Date: Thu, 5 Sep 2024 10:35:18 +0100 Subject: 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. --- gcc/doc/invoke.texi | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc') 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 -- cgit v1.1