From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81843 invoked by alias); 9 Jan 2017 22:23:59 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 81832 invoked by uid 89); 9 Jan 2017 22:23:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-spam-relays-external:209.85.192.194, H*RU:209.85.192.194, Hx-languages-length:620, gold's X-HELO: mail-pf0-f194.google.com Received: from mail-pf0-f194.google.com (HELO mail-pf0-f194.google.com) (209.85.192.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 09 Jan 2017 22:23:57 +0000 Received: by mail-pf0-f194.google.com with SMTP id b22so9138133pfd.3 for ; Mon, 09 Jan 2017 14:23:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=fP9/ab3+6GeMH1u3NrT0v4OOY//7XaUECwWgFrY+2HM=; b=ubkmK/s2rqDoarKBj/T+I0/XJu3tBwJPKr1u7m5KUMtmlKU8Jjq4tvpnDsWqCtVAoi czuSj8/4gniXPwdnosawlWsqMszHlgA+9EIgl8be5EsZARSu0AHYkOzY7VvbwbSfxvfB kABlqqfuYzGAYZpHIs0q23UMid3JMK30YENEsNGp3lJZHPCqb4oyPjuErxlVgrN7pYpz QeOGutCABtNZEO/mjqditDr2f4TSyT+HwDTiCi4hbPBIN34vE7oEiyGqLzHDH06Rmlx0 AAQkTfZGOwUR4cadYMdjU1URr3p6t7JeuecvqauT0bRUV8lqi75WQVB1/aoyjgKBF6N6 zWiA== X-Gm-Message-State: AIkVDXJR8jjfKF9TRIFujrluhBugWEArzJBCXPbaI/Fhl/b4AbJH356gB7WChxJKcOYj8g== X-Received: by 10.84.238.205 with SMTP id l13mr10137885pln.168.1484000635984; Mon, 09 Jan 2017 14:23:55 -0800 (PST) Received: from bubble.grove.modra.org (CPE-58-160-71-80.tyqh2.lon.bigpond.net.au. [58.160.71.80]) by smtp.gmail.com with ESMTPSA id n25sm181718881pfi.33.2017.01.09.14.23.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Jan 2017 14:23:55 -0800 (PST) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 07717C1682; Tue, 10 Jan 2017 08:53:51 +1030 (ACDT) Date: Mon, 09 Jan 2017 22:23:00 -0000 From: Alan Modra To: Cary Coutant Cc: Binutils Subject: Re: [GOLD] Add --secure-plt option for ppc32 Message-ID: <20170109222351.GB32333@bubble.grove.modra.org> References: <20170108074855.GT31129@bubble.grove.modra.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00122.txt.bz2 On Mon, Jan 09, 2017 at 09:10:29AM -0800, Cary Coutant wrote: > > + DEFINE_bool(secure_plt, options::TWO_DASHES , '\0', true, > > + N_("(PowerPC only) Use new-style PLT. (default and forced)"), > > + NULL); > > Gold's --help will now print "(default)" automatically for this > option, so it's redundant here. What do you mean by "forced"? Oops, didn't even look at the help output. By forced I meant that there is no --no-secure-plt (or --bss-plt) but saying that isn't necessary. Will remove it and the unnecessary "default". -- Alan Modra Australia Development Lab, IBM