diff options
author | Andrew Pinski <apinski@marvell.com> | 2022-11-14 15:21:36 +0000 |
---|---|---|
committer | Andrew Pinski <apinski@marvell.com> | 2022-11-14 15:24:22 +0000 |
commit | 30348d30d9567c46046f30bb9666a67edf36ee0b (patch) | |
tree | 749d5a1c95d5d6ab8565bf3a2af7880511f02de4 /gcc | |
parent | 9c19597c0d9181f0bd4e8c535f12fb5d46d08afc (diff) | |
download | gcc-30348d30d9567c46046f30bb9666a67edf36ee0b.zip gcc-30348d30d9567c46046f30bb9666a67edf36ee0b.tar.gz gcc-30348d30d9567c46046f30bb9666a67edf36ee0b.tar.bz2 |
Fix @opindex for m80387
I noticed that the opindex for -m80387
option was wrong. It was just 80387 which
was not consistent with the rest of the options.
This fixes that and uses "@opindex m80387".
Committed as obvious after "make html" and checking
the option index page.
gcc/ChangeLog:
* doc/invoke.texi: Fix @opindex
for m80387 option.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 80365d8..0d28c5f 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -32634,7 +32634,7 @@ comparison is unordered. @item -m80387 @itemx -mhard-float -@opindex 80387 +@opindex m80387 @opindex mhard-float Generate output containing 80387 instructions for floating point. |