From 03304f939130bfc10b3ce2f426ace1f918b6fbf9 Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Fri, 8 Jun 2018 14:44:32 +0200 Subject: [PATCH] rs6000: Delete mention of -mabi={no-,}spe in the documentation The option no longer exists. * doc/invoke.texi (RS/6000 and PowerPC Options): Delete mention of -mabi=spe and -mabi=no-spe. From-SVN: r261323 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 10231314228..84384d12100 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-06-08 Segher Boessenkool + + * doc/invoke.texi (RS/6000 and PowerPC Options): Delete mention of + -mabi=spe and -mabi=no-spe. + 2018-06-08 Martin Liska * ipa-pure-const.c (propagate_pure_const): Use ::get at places diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 79c47f4bb51..161a1794613 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -23845,8 +23845,8 @@ SVR4 ABI)@. @item -mabi=@var{abi-type} @opindex mabi Extend the current ABI with a particular extension, or remove such extension. -Valid values are @samp{altivec}, @samp{no-altivec}, @samp{spe}, -@samp{no-spe}, @samp{ibmlongdouble}, @samp{ieeelongdouble}, +Valid values are @samp{altivec}, @samp{no-altivec}, +@samp{ibmlongdouble}, @samp{ieeelongdouble}, @samp{elfv1}, @samp{elfv2}@. @item -mabi=ibmlongdouble -- 2.30.2