aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/invoke.texi
diff options
context:
space:
mode:
authorAndrew Pinski <apinski@marvell.com>2022-11-15 04:16:57 +0000
committerAndrew Pinski <apinski@marvell.com>2022-11-15 04:27:21 +0000
commitd7971cf7625547eafdeb39b856716b7745d0aee7 (patch)
treef4af0bb5166d4d6da76671fce1311d912ffefbfa /gcc/doc/invoke.texi
parentfce38b7d13ae625301571dcd84f3774ddaa6ed04 (diff)
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.
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r--gcc/doc/invoke.texi4
1 files 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.