aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2018-09-20 21:04:42 +0200
committerSegher Boessenkool <segher@gcc.gnu.org>2018-09-20 21:04:42 +0200
commit5596651acde99a5826a6ebf63afaf1a9fabc36e7 (patch)
treed969b1c752ba1a7a6a8fde4f8ec38d0170d01871 /gcc/config
parentaecbc4ff0ddc57d74196434bc9e69edb3fe8237a (diff)
downloadgcc-5596651acde99a5826a6ebf63afaf1a9fabc36e7.zip
gcc-5596651acde99a5826a6ebf63afaf1a9fabc36e7.tar.gz
gcc-5596651acde99a5826a6ebf63afaf1a9fabc36e7.tar.bz2
rs6000: Remove -misel={yes,no}
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
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/rs6000/rs6000.opt8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/rs6000/rs6000.opt b/gcc/config/rs6000/rs6000.opt
index 138ce26..fc147b0 100644
--- a/gcc/config/rs6000/rs6000.opt
+++ b/gcc/config/rs6000/rs6000.opt
@@ -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.