From 5596651acde99a5826a6ebf63afaf1a9fabc36e7 Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Thu, 20 Sep 2018 21:04:42 +0200 Subject: 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 --- gcc/doc/invoke.texi | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/doc') diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index cfa9c14..b3b50c2 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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 -- cgit v1.1