From 63663e4e69527b308687c63bacb0cc038b386593 Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Tue, 1 Aug 2023 08:40:12 +0000 Subject: [PATCH] doc: Fix spelling in arm_v8_1m_main_cde_mve_fp Fix spelling mistakes introduced by my previous patch in this area. 2023-08-01 Christophe Lyon gcc/ * doc/sourcebuild.texi (arm_v8_1m_main_cde_mve_fp): Fix spelling. --- gcc/doc/sourcebuild.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index e5d15d67253f..1a78b3c1abb4 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -2186,12 +2186,12 @@ the Custom Datapath Extension (CDE) and floating-point (VFP). Some multilibs may be incompatible with these options. @item arm_v8_1m_main_cde_mve -Arm target supports options to generate instructions from Arm.1-M with +Arm target supports options to generate instructions from Armv8.1-M with the Custom Datapath Extension (CDE) and M-Profile Vector Extension (MVE). Some multilibs may be incompatible with these options. @item arm_v8_1m_main_cde_mve_fp -ARM target supports options to generate instructions from ARMv8.1-M +Arm target supports options to generate instructions from Armv8.1-M with the Custom Datapath Extension (CDE) and M-Profile Vector Extension (MVE) with floating-point support. Some multilibs may be incompatible with these options. -- 2.47.2