From patchwork Fri Mar 31 20:00:05 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthew Fortune X-Patchwork-Id: 745784 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vvsnP4nlBz9s0Z for ; Sat, 1 Apr 2017 07:00:55 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="peB/yRZZ"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:content-type :content-transfer-encoding:mime-version; q=dns; s=default; b=wsv Y9oO+h0xRcb2q+ZI7UgxtGIYX2VATSk4cEc6wQ9iI2aCuIiTpxP0nF2IVa7yj1aE w56+/vjeWYzZMupqnFvoZhRY/unp8lAkDuqNyhZ00Y3EfRDxSTwcaCOHxs8XgBbD uMoMDIEjCwjA1IeVL3vJyDvCxWfA0KVIq92lbVMo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:content-type :content-transfer-encoding:mime-version; s=default; bh=XC3JTH1EF 9Gza1IrtNi5Gnlso+U=; b=peB/yRZZwjRBg38v0M1DVdu3EF3PTvpud6R33E52n uYa3MMo5g43Vou9Y/Q88BxyX4vetMvNBDIoP3SmPk6YvpRjzHP+DiOiiIxdLDDMz KzKOwqW69VAnCSUeub3iazfhS0ywPnO2KkIIobMvVI6gI8eC1htqsRSw9mXr/eGL JQ= Received: (qmail 33787 invoked by alias); 31 Mar 2017 20:00:33 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 33450 invoked by uid 89); 31 Mar 2017 20:00:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.7 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=irritated, enhanced, Virtual, Hx-languages-length:1479 X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 31 Mar 2017 20:00:18 +0000 Received: from hhmail02.hh.imgtec.org (unknown [10.100.10.20]) by Forcepoint Email with ESMTPS id F3918255F7153; Fri, 31 Mar 2017 21:00:01 +0100 (IST) Received: from HHMAIL01.hh.imgtec.org ([fe80::710b:f219:72bc:e0b3]) by hhmail02.hh.imgtec.org ([fe80::5400:d33e:81a4:f775%25]) with mapi id 14.03.0294.000; Fri, 31 Mar 2017 21:00:06 +0100 From: Matthew Fortune To: "Moore, Catherine (Catherine_Moore@mentor.com)" CC: "'gcc-patches@gcc.gnu.org' (gcc-patches@gcc.gnu.org)" , "roland.illig@gmx.de" Subject: [patch, MIPS] Update -mvirt option description Date: Fri, 31 Mar 2017 20:00:05 +0000 Message-ID: <6D39441BF12EF246A7ABCE6654B0235380BE22A2@HHMAIL01.hh.imgtec.org> MIME-Version: 1.0 X-IsSubscribed: yes Hi Catherine, I'm following up on PR target/80057 to update the description of -mvirt. I agree with Roland that the description is inconsistent and should not state 'application specific' as none of the other ASE options include it. Instead I suggest we put the shortened form of (VZ) in like (XPA) is shown for -mxpa. The short form of virtualization ASE is usually VZ not VIRT which has always irritated me about this option name but that is history. What do you think? gcc/ PR target/80057 * config/mips/mips.opt (-mvirt): Update description. Thanks, Matthew 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