Commit 516fa894 by Yvan Roux Committed by Yvan Roux

Documentation: Clean up AArch64 options.

	gcc/
	2017-06-30  Yvan Roux  <yvan.roux@linaro.org>

	* doc/invoke.texi (AArch64): Add missing options and remove redundant
	ones.

From-SVN: r249832
parent 4812f0b7
2017-06-30 Yvan Roux <yvan.roux@linaro.org>
* doc/invoke.texi (AArch64): Add missing options and remove redundant
ones.
2017-06-30 Richard Biener <rguenther@suse.de> 2017-06-30 Richard Biener <rguenther@suse.de>
PR tree-optimization/81249 PR tree-optimization/81249
......
...@@ -587,15 +587,14 @@ Objective-C and Objective-C++ Dialects}. ...@@ -587,15 +587,14 @@ Objective-C and Objective-C++ Dialects}.
-mgeneral-regs-only @gol -mgeneral-regs-only @gol
-mcmodel=tiny -mcmodel=small -mcmodel=large @gol -mcmodel=tiny -mcmodel=small -mcmodel=large @gol
-mstrict-align @gol -mstrict-align @gol
-momit-leaf-frame-pointer -mno-omit-leaf-frame-pointer @gol -momit-leaf-frame-pointer @gol
-mtls-dialect=desc -mtls-dialect=traditional @gol -mtls-dialect=desc -mtls-dialect=traditional @gol
-mtls-size=@var{size} @gol -mtls-size=@var{size} @gol
-mfix-cortex-a53-835769 -mno-fix-cortex-a53-835769 @gol -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 @gol
-mfix-cortex-a53-843419 -mno-fix-cortex-a53-843419 @gol -mlow-precision-recip-sqrt -mlow-precision-sqrt -mlow-precision-div @gol
-mlow-precision-recip-sqrt -mno-low-precision-recip-sqrt@gol -mpc-relative-literal-loads @gol
-mlow-precision-sqrt -mno-low-precision-sqrt@gol -msign-return-address=@var{scope} @gol
-mlow-precision-div -mno-low-precision-div @gol -march=@var{name} -mcpu=@var{name} -mtune=@var{name} -moverride=@var{string}}
-march=@var{name} -mcpu=@var{name} -mtune=@var{name}}
@emph{Adapteva Epiphany Options} @emph{Adapteva Epiphany Options}
@gccoptlist{-mhalf-reg-file -mprefer-short-insn-regs @gol @gccoptlist{-mhalf-reg-file -mprefer-short-insn-regs @gol
...@@ -14158,8 +14157,10 @@ across releases. ...@@ -14158,8 +14157,10 @@ across releases.
This option is only intended to be useful when developing GCC. This option is only intended to be useful when developing GCC.
@item -mpc-relative-literal-loads @item -mpc-relative-literal-loads
@itemx -mno-pc-relative-literal-loads
@opindex mpc-relative-literal-loads @opindex mpc-relative-literal-loads
Enable PC-relative literal loads. With this option literal pools are @opindex mno-pc-relative-literal-loads
Enable or disable PC-relative literal loads. With this option literal pools are
accessed using a single instruction and emitted after each function. This accessed using a single instruction and emitted after each function. This
limits the maximum size of functions to 1MB. This is enabled by default for limits the maximum size of functions to 1MB. This is enabled by default for
@option{-mcmodel=tiny}. @option{-mcmodel=tiny}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment