aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/invoke.texi10
2 files changed, 5 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d89ecd1..b47d9e2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+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>
Fixed using the Objective-C 2.0 dot-syntax with class names.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index fda884b..d3b702b 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -746,7 +746,7 @@ Objective-C and Objective-C++ Dialects}.
-mint16 -mno-int32 -mfloat32 -mno-float64 @gol
-mfloat64 -mno-float32 -mabshi -mno-abshi @gol
-mbranch-expensive -mbranch-cheap @gol
--msplit -mno-split -munix-asm -mdec-asm}
+-munix-asm -mdec-asm}
@emph{picoChip Options}
@gccoptlist{-mae=@var{ae_type} -mvliw-lookahead=@var{N} @gol
@@ -15064,14 +15064,6 @@ code generation only.
@opindex mbranch-cheap
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
@opindex munix-asm
Use Unix assembler syntax. This is the default when configured for