diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2018-06-08 14:44:32 +0200 |
---|---|---|
committer | Segher Boessenkool <segher@gcc.gnu.org> | 2018-06-08 14:44:32 +0200 |
commit | 03304f939130bfc10b3ce2f426ace1f918b6fbf9 (patch) | |
tree | dd6caf2638aee63acfcb512cb0742aad80d3a2ba | |
parent | a756f161beeb4928b9b54b061ff274b3818d72fd (diff) | |
download | gcc-03304f939130bfc10b3ce2f426ace1f918b6fbf9.zip gcc-03304f939130bfc10b3ce2f426ace1f918b6fbf9.tar.gz gcc-03304f939130bfc10b3ce2f426ace1f918b6fbf9.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1023131..84384d1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-06-08 Segher Boessenkool <segher@kernel.crashing.org> + + * doc/invoke.texi (RS/6000 and PowerPC Options): Delete mention of + -mabi=spe and -mabi=no-spe. + 2018-06-08 Martin Liska <mliska@suse.cz> * ipa-pure-const.c (propagate_pure_const): Use ::get at places diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 79c47f4..161a179 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 |