From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85530 invoked by alias); 10 Feb 2017 16:54:59 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 85442 invoked by uid 89); 10 Feb 2017 16:54:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=controls, H*f:sk:3861491, H*i:sk:3861491, H*MI:sk:3861491 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 10 Feb 2017 16:54:48 +0000 Received: from svr-orw-mbx-03.mgc.mentorg.com ([147.34.90.203]) by relay1.mentorg.com with esmtp id 1ccET7-0001Y1-0b from Sandra_Loosemore@mentor.com ; Fri, 10 Feb 2017 08:54:45 -0800 Received: from [127.0.0.1] (147.34.91.1) by svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Fri, 10 Feb 2017 08:54:42 -0800 Subject: Re: [PATCH 2/8] [i386] Add option -moutline-msabi-xlogues To: Daniel Santos , Bernhard Reutner-Fischer , References: <2fd14fe7-8d06-45ab-fb1e-96c9c8f4c03b@pobox.com> <20170207184023.19155-2-daniel.santos@pobox.com> <38614916-f4a6-d7db-5ab0-97f1587de170@pobox.com> From: Sandra Loosemore Message-ID: <589DF051.1090003@codesourcery.com> Date: Fri, 10 Feb 2017 16:54:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <38614916-f4a6-d7db-5ab0-97f1587de170@pobox.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-ClientProxiedBy: svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) To svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) X-SW-Source: 2017-02/txt/msg00725.txt.bz2 On 02/09/2017 09:46 PM, Daniel Santos wrote: > On 02/08/2017 05:28 PM, Bernhard Reutner-Fischer wrote: >> On 7 February 2017 19:40:17 CET, Daniel Santos >> wrote: >> >>> + { "-mmoutline-msabi-xlogues", MASK_OUTLINE_MSABI_XLOGUES } >>> }; >> s/mm/m/ I'd like to re-iterate my previous request that the option be renamed -mno-inline-msabi-xlogues. No other option that controls inlining uses "outline" for the negative (disabling inlining). We have way too many options and the least we can do is try to make them use consistent conventions. -Sandra