rs6000: Remove -misel={yes,no}
authorSegher Boessenkool <segher@kernel.crashing.org>
Thu, 20 Sep 2018 19:04:42 +0000 (21:04 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Thu, 20 Sep 2018 19:04:42 +0000 (21:04 +0200)
These options have been deprecated for many years, supplanted by -misel
and -mno-isel.  This patch finally removes them.

* config/rs6000/rs6000.opt (misel=no, misel=yes): Delete.
* doc/invoke.texi (RS/6000 and PowerPC Options): Delete -misel=yes and
-misel=no.

From-SVN: r264447

gcc/ChangeLog
gcc/config/rs6000/rs6000.opt
gcc/doc/invoke.texi

index 28f7308cf8aebfa8f88906f83f0fa5e92380b252..80794e31b8f73a7bb0be1b2d0c1d3f450e5d7eae 100644 (file)
@@ -1,3 +1,9 @@
+2018-09-20  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       * config/rs6000/rs6000.opt (misel=no, misel=yes): Delete.
+       * doc/invoke.texi (RS/6000 and PowerPC Options): Delete -misel=yes and
+       -misel=no.
+
 2018-09-20  Segher Boessenkool  <segher@kernel.crashing.org>
 
        * config/rs6000/rs6000-opts.h (enum rs6000_vector): Delete
index 138ce26d03f5e03f8360e3b9004644e1b8096c4c..fc147b00aa38a138df679a133ac33bd6223227c7 100644 (file)
@@ -341,14 +341,6 @@ misel
 Target Report Mask(ISEL) Var(rs6000_isa_flags)
 Generate isel instructions.
 
-misel=no
-Target RejectNegative Alias(misel) NegativeAlias Warn(%<-misel=no%> is deprecated; use %<-mno-isel%> instead)
-Deprecated option.  Use -mno-isel instead.
-
-misel=yes
-Target RejectNegative Alias(misel) Warn(%<-misel=yes%> is deprecated; use %<-misel%> instead)
-Deprecated option.  Use -misel instead.
-
 mdebug=
 Target RejectNegative Joined
 -mdebug=       Enable debug output.
index cfa9c1437840f52d19f5b5ca2913203ea93c169d..b3b50c266e4626fc1e562ae3436a85274f63adac 100644 (file)
@@ -1113,7 +1113,6 @@ See RS/6000 and PowerPC Options.
 -mblock-compare-inline-loop-limit=@var{num} @gol
 -mstring-compare-inline-limit=@var{num} @gol
 -misel  -mno-isel @gol
--misel=yes  -misel=no @gol
 -mvrsave  -mno-vrsave @gol
 -mmulhw  -mno-mulhw @gol
 -mdlmzb  -mno-dlmzb @gol
@@ -23936,10 +23935,6 @@ This is a PowerPC 32-bit SYSV ABI option.
 @opindex mno-isel
 This switch enables or disables the generation of ISEL instructions.
 
-@item -misel=@var{yes/no}
-This switch has been deprecated.  Use @option{-misel} and
-@option{-mno-isel} instead.
-
 @item -mvsx
 @itemx -mno-vsx
 @opindex mvsx