Commit dde9c901 by Paul Koning Committed by Paul Koning

* doc/invoke.texi (PDP-11 Options): Delete -msplit, -mno-split.

From-SVN: r166334
parent bede2adc
2010-11-04 Paul Koning <ni1d@arrl.net>
* doc/invoke.texi (PDP-11 Options): Delete -msplit, -mno-split.
2010-11-04 Nicola Pero <nicola.pero@meta-innovation.com> 2010-11-04 Nicola Pero <nicola.pero@meta-innovation.com>
Fixed using the Objective-C 2.0 dot-syntax with class names. Fixed using the Objective-C 2.0 dot-syntax with class names.
...@@ -746,7 +746,7 @@ Objective-C and Objective-C++ Dialects}. ...@@ -746,7 +746,7 @@ Objective-C and Objective-C++ Dialects}.
-mint16 -mno-int32 -mfloat32 -mno-float64 @gol -mint16 -mno-int32 -mfloat32 -mno-float64 @gol
-mfloat64 -mno-float32 -mabshi -mno-abshi @gol -mfloat64 -mno-float32 -mabshi -mno-abshi @gol
-mbranch-expensive -mbranch-cheap @gol -mbranch-expensive -mbranch-cheap @gol
-msplit -mno-split -munix-asm -mdec-asm} -munix-asm -mdec-asm}
@emph{picoChip Options} @emph{picoChip Options}
@gccoptlist{-mae=@var{ae_type} -mvliw-lookahead=@var{N} @gol @gccoptlist{-mae=@var{ae_type} -mvliw-lookahead=@var{N} @gol
...@@ -15064,14 +15064,6 @@ code generation only. ...@@ -15064,14 +15064,6 @@ code generation only.
@opindex mbranch-cheap @opindex mbranch-cheap
Do not pretend that branches are expensive. This is the default. Do not pretend that branches are expensive. This is the default.
@item -msplit
@opindex msplit
Generate code for a system with split I&D@.
@item -mno-split
@opindex mno-split
Generate code for a system without split I&D@. This is the default.
@item -munix-asm @item -munix-asm
@opindex munix-asm @opindex munix-asm
Use Unix assembler syntax. This is the default when configured for Use Unix assembler syntax. This is the default when configured for
......
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