diff options
author | Rainer Orth <ro@gcc.gnu.org> | 2019-05-26 09:21:40 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2019-05-26 09:21:40 +0000 |
commit | 11a04334157039895d2df8f5eb492064dc5d4608 (patch) | |
tree | 15c9d1d835bf0562eda811950e666fb20b700100 /gcc | |
parent | ddc9512a6fb642bbd4a36b6dadb5c9c79cee7c58 (diff) | |
download | gcc-11a04334157039895d2df8f5eb492064dc5d4608.zip gcc-11a04334157039895d2df8f5eb492064dc5d4608.tar.gz gcc-11a04334157039895d2df8f5eb492064dc5d4608.tar.bz2 |
Remove Solaris 10-only note about -mvect8-ret-in-mem
From-SVN: r271628
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/invoke.texi | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 4964cc4..9ca90aa 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -27802,12 +27802,10 @@ the system libraries and startup modules. @item -mvect8-ret-in-mem @opindex mvect8-ret-in-mem Return 8-byte vectors in memory instead of MMX registers. This is the -default on Solaris@tie{}8 and 9 and VxWorks to match the ABI of the Sun -Studio compilers until version 12. Later compiler versions (starting -with Studio 12 Update@tie{}1) follow the ABI used by other x86 targets, which -is the default on Solaris@tie{}10 and later. @emph{Only} use this option if -you need to remain compatible with existing code produced by those -previous compiler versions or older versions of GCC@. +default on VxWorks to match the ABI of the Sun Studio compilers until +version 12. @emph{Only} use this option if you need to remain +compatible with existing code produced by those previous compiler +versions or older versions of GCC@. @item -mpc32 @itemx -mpc64 |