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.
This commit is contained in:
parent
fce38b7d13
commit
d7971cf762
1 changed files with 2 additions and 2 deletions
|
@ -29639,7 +29639,7 @@ Specify both @option{-mcall-sysv} and @option{-meabi} options.
|
||||||
Specify both @option{-mcall-sysv} and @option{-mno-eabi} options.
|
Specify both @option{-mcall-sysv} and @option{-mno-eabi} options.
|
||||||
|
|
||||||
@item -mcall-aixdesc
|
@item -mcall-aixdesc
|
||||||
@opindex m
|
@opindex mcall-aixdesc
|
||||||
On System V.4 and embedded PowerPC systems compile code for the AIX
|
On System V.4 and embedded PowerPC systems compile code for the AIX
|
||||||
operating system.
|
operating system.
|
||||||
|
|
||||||
|
@ -29659,7 +29659,7 @@ On System V.4 and embedded PowerPC systems compile code for the
|
||||||
NetBSD operating system.
|
NetBSD operating system.
|
||||||
|
|
||||||
@item -mcall-openbsd
|
@item -mcall-openbsd
|
||||||
@opindex mcall-netbsd
|
@opindex mcall-openbsd
|
||||||
On System V.4 and embedded PowerPC systems compile code for the
|
On System V.4 and embedded PowerPC systems compile code for the
|
||||||
OpenBSD operating system.
|
OpenBSD operating system.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue