This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] doc: remove unused pdp11 switch


This patch removes -msplit and -mno-split from the pdp11 target switches doc.  They are not used and I don't expect that to change soon if ever.

Tested (make info, make pdf), committed.

	paul

ChangeLog:

2010-11-04  Paul Koning  <ni1d@arrl.net>

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

Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi	(revision 166333)
+++ doc/invoke.texi	(working copy)
@@ -746,7 +746,7 @@
 -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 @@
 @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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]