diff options
author | Matthew Fortune <matthew.fortune@imgtec.com> | 2017-04-10 13:44:39 +0000 |
---|---|---|
committer | Matthew Fortune <mpf@gcc.gnu.org> | 2017-04-10 13:44:39 +0000 |
commit | 1246dc40673aa025027039fbcad61f6100e523ac (patch) | |
tree | 8c52cb96239793bf8b16304e62d2ebe50712f68b /gcc | |
parent | 737237c9b8a6e24949975433a5696d4f12d602db (diff) | |
download | gcc-1246dc40673aa025027039fbcad61f6100e523ac.zip gcc-1246dc40673aa025027039fbcad61f6100e523ac.tar.gz gcc-1246dc40673aa025027039fbcad61f6100e523ac.tar.bz2 |
Update MIPS -mvirt option description
gcc/
PR target/80057
* config/mips/mips.opt (-mvirt): Update description.
* doc/invoke.texi (-mvirt): Likewise.
From-SVN: r246807
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config/mips/mips.opt | 2 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4a72cf6..bf3119a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2017-03-31 Matthew Fortune <matthew.fortune@imgtec.com> + + PR target/80057 + * config/mips/mips.opt (-mvirt): Update description. + * doc/invoke.texi (-mvirt): Likewise. + 2017-04-10 Richard Biener <rguenther@suse.de> PR middle-end/80362 diff --git a/gcc/config/mips/mips.opt b/gcc/config/mips/mips.opt index 7c4b607..ced2432 100644 --- a/gcc/config/mips/mips.opt +++ b/gcc/config/mips/mips.opt @@ -406,7 +406,7 @@ Put uninitialized constants in ROM (needs -membedded-data). mvirt Target Report Var(TARGET_VIRT) -Use Virtualization Application Specific instructions. +Use Virtualization (VZ) instructions. mxpa Target Report Var(TARGET_XPA) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 8d3821e..19a85b6 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -19345,7 +19345,7 @@ Use (do not use) the MIPS Enhanced Virtual Addressing instructions. @itemx -mno-virt @opindex mvirt @opindex mno-virt -Use (do not use) the MIPS Virtualization Application Specific instructions. +Use (do not use) the MIPS Virtualization (VZ) instructions. @item -mxpa @itemx -mno-xpa |