From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1314) id 3375F385840C; Tue, 15 Nov 2022 04:27:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3375F385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668486479; bh=to0wfB5DYQCuczG4wOspn3LtPLDDrJWbrP6lcRemvSE=; h=From:To:Subject:Date:From; b=q7snkO69i1dLSPhyMwXVWyKvu43XJq0/aGcFkz0eSuIGELTvLdazhrqmDUrPQiowu xB2UU9CR0B0MbLnaAIwpqXXzfwbzWD/DHNcwcmHnnp79dsRMbOCDKtseRGuUSUiBWH GVI9niywGm10jT6g72RpjaVMuX4m1Pz6KpD5491Y= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Andrew Pinski To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-4040] Fix @opindex for mcall-aixdesc and mcall-openbsd X-Act-Checkin: gcc X-Git-Author: Andrew Pinski X-Git-Refname: refs/heads/trunk X-Git-Oldrev: fce38b7d13ae625301571dcd84f3774ddaa6ed04 X-Git-Newrev: d7971cf7625547eafdeb39b856716b7745d0aee7 Message-Id: <20221115042759.3375F385840C@sourceware.org> Date: Tue, 15 Nov 2022 04:27:59 +0000 (GMT) List-Id: https://gcc.gnu.org/g:d7971cf7625547eafdeb39b856716b7745d0aee7 commit r13-4040-gd7971cf7625547eafdeb39b856716b7745d0aee7 Author: Andrew Pinski Date: Tue Nov 15 04:16:57 2022 +0000 Fix @opindex for mcall-aixdesc and mcall-openbsd For mcall-aixdesc, the opindex was just m which was wrong. For mcall-openbsd, the opindex was mcall-netbsd which was wrong. This two have been broken since the options were added to the documentation back in r0-92913-g244609a618b094 . Committed as obvious after a "make html" and checking the options index. Thanks, Andrew gcc/ChangeLog: * doc/invoke.texi: Fix opindex for mcall-aixdesc and mcall-openbsd. Diff: --- gcc/doc/invoke.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 40f667a630a..78ac644b121 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -29639,7 +29639,7 @@ Specify both @option{-mcall-sysv} and @option{-meabi} options. Specify both @option{-mcall-sysv} and @option{-mno-eabi} options. @item -mcall-aixdesc -@opindex m +@opindex mcall-aixdesc On System V.4 and embedded PowerPC systems compile code for the AIX operating system. @@ -29659,7 +29659,7 @@ On System V.4 and embedded PowerPC systems compile code for the NetBSD operating system. @item -mcall-openbsd -@opindex mcall-netbsd +@opindex mcall-openbsd On System V.4 and embedded PowerPC systems compile code for the OpenBSD operating system.