mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-10 06:24:29 +08:00
invoke.texi (Option Summary, [...]): Document new options.
* doc/invoke.texi (Option Summary, PowerPC Options): Document new options. Co-Authored-By: David Edelsohn <edelsohn@gnu.org> From-SVN: r67056
This commit is contained in:
parent
58228df67b
commit
6184e8a447
@ -134,6 +134,8 @@
|
|||||||
(ROUND_TYPE_ALIGN): Same.
|
(ROUND_TYPE_ALIGN): Same.
|
||||||
* config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
|
* config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
|
||||||
(ROUND_TYPE_ALIGN): Same.
|
(ROUND_TYPE_ALIGN): Same.
|
||||||
|
* doc/invoke.texi (Option Summary, PowerPC Options): Document
|
||||||
|
new options.
|
||||||
|
|
||||||
2003-05-19 J"orn Rennecke <joern.rennecke@superh.com>
|
2003-05-19 J"orn Rennecke <joern.rennecke@superh.com>
|
||||||
|
|
||||||
|
@ -414,6 +414,7 @@ in the following sections.
|
|||||||
-mnew-mnemonics -mold-mnemonics @gol
|
-mnew-mnemonics -mold-mnemonics @gol
|
||||||
-mfull-toc -mminimal-toc -mno-fp-in-toc -mno-sum-in-toc @gol
|
-mfull-toc -mminimal-toc -mno-fp-in-toc -mno-sum-in-toc @gol
|
||||||
-m64 -m32 -mxl-call -mno-xl-call -mpe @gol
|
-m64 -m32 -mxl-call -mno-xl-call -mpe @gol
|
||||||
|
-malign-power -malign-natural @gol
|
||||||
-msoft-float -mhard-float -mmultiple -mno-multiple @gol
|
-msoft-float -mhard-float -mmultiple -mno-multiple @gol
|
||||||
-mstring -mno-string -mupdate -mno-update @gol
|
-mstring -mno-string -mupdate -mno-update @gol
|
||||||
-mfused-madd -mno-fused-madd -mbit-align -mno-bit-align @gol
|
-mfused-madd -mno-fused-madd -mbit-align -mno-bit-align @gol
|
||||||
@ -7106,6 +7107,16 @@ appropriate directory location. The Parallel Environment does not
|
|||||||
support threads, so the @option{-mpe} option and the @option{-pthread}
|
support threads, so the @option{-mpe} option and the @option{-pthread}
|
||||||
option are incompatible.
|
option are incompatible.
|
||||||
|
|
||||||
|
@item -malign-natural
|
||||||
|
@itemx -malign-power
|
||||||
|
@opindex malign-natural
|
||||||
|
@opindex malign-power
|
||||||
|
On AIX, Darwin, and 64-bit PowerPC Linux, the option
|
||||||
|
@option{-malign-natural} overrides the ABI-defined alignment of larger
|
||||||
|
types, such as floating-point doubles, on their natural size-based boundary.
|
||||||
|
The option @option{-malign-power} instructs GCC to follow the ABI-specified
|
||||||
|
alignment rules. GCC defaults to the standard alignment defined in the ABI.
|
||||||
|
|
||||||
@item -msoft-float
|
@item -msoft-float
|
||||||
@itemx -mhard-float
|
@itemx -mhard-float
|
||||||
@opindex msoft-float
|
@opindex msoft-float
|
||||||
|
Loading…
Reference in New Issue
Block a user