public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-4040] Fix @opindex for mcall-aixdesc and mcall-openbsd
@ 2022-11-15  4:27 Andrew Pinski
  0 siblings, 0 replies; only message in thread
From: Andrew Pinski @ 2022-11-15  4:27 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:d7971cf7625547eafdeb39b856716b7745d0aee7

commit r13-4040-gd7971cf7625547eafdeb39b856716b7745d0aee7
Author: Andrew Pinski <apinski@marvell.com>
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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-15  4:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-15  4:27 [gcc r13-4040] Fix @opindex for mcall-aixdesc and mcall-openbsd Andrew Pinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).