aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2018-01-27 13:50:59 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2018-01-27 05:50:59 -0800
commitace36c8bcc112f1ecf889f413e22df5a41ed3e87 (patch)
tree44d9ec028032fa6357574414d03e437775bced20
parentaeb8c0283e0509b9f95ace57ed5b64813725aec0 (diff)
downloadgcc-ace36c8bcc112f1ecf889f413e22df5a41ed3e87.zip
gcc-ace36c8bcc112f1ecf889f413e22df5a41ed3e87.tar.gz
gcc-ace36c8bcc112f1ecf889f413e22df5a41ed3e87.tar.bz2
Replace -mfunction-return== with -mfunction-return=
Fix a typo in doc/invoke.texi. * doc/invoke.texi: Replace -mfunction-return==@var{choice} with -mfunction-return=@var{choice}. From-SVN: r257124
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 981ae01..8bd02a7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2018-01-27 H.J. Lu <hongjiu.lu@intel.com>
+
+ * doc/invoke.texi: Replace -mfunction-return==@var{choice} with
+ -mfunction-return=@var{choice}.
+
2018-01-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
PR diagnostic/84034
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index c07dd06..dbc5c47 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -1232,7 +1232,7 @@ See RS/6000 and PowerPC Options.
-mstack-protector-guard-offset=@var{offset} @gol
-mstack-protector-guard-symbol=@var{symbol} -mmitigate-rop @gol
-mgeneral-regs-only -mcall-ms2sysv-xlogues @gol
--mindirect-branch=@var{choice} -mfunction-return==@var{choice} @gol
+-mindirect-branch=@var{choice} -mfunction-return=@var{choice} @gol
-mindirect-branch-register}
@emph{x86 Windows Options}