From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 45128 invoked by alias); 9 Jan 2017 17:10:37 -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 39150 invoked by uid 89); 9 Jan 2017 17:10:33 -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= X-HELO: mail-wm0-f42.google.com Received: from mail-wm0-f42.google.com (HELO mail-wm0-f42.google.com) (74.125.82.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 09 Jan 2017 17:10:32 +0000 Received: by mail-wm0-f42.google.com with SMTP id c85so104337074wmi.1 for ; Mon, 09 Jan 2017 09:10:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=lfookoK29Tz0ZsU2dFv0zigtccUgyPSBkmWAiyywVDA=; b=Lbm9g/fEy7GojsCa0PX9Mfg3A1H3VP89j5re7gnO/PRVz4QmpQ5LJfy+klTSqx9CLQ zo5c1CexgFOzHdlAwe8icx8bEttfUQuTz9EXUgNzaVPs35XaZvCLL/tduZ7+qTWi57GG P/jExpsjA90aY+AoFUJV4wcvb8Gd0t/KzWeqqWSSzN8hXSCCQsJW9TtuVd4EsniEWzXF vFhFYfpJg3wxKhuuK+953kBZbKIyGhLhCZtYrn01cK1d64DfL/WYUxY178wWgPxf5A30 TvGxfwk18hQuSPle6gVMc3Ck9zu1PeDG6oNF8EU0xbXwveHFF3p3av3aFhl+Ufmv6irg A1ig== X-Gm-Message-State: AIkVDXKz7MjwNx3jHSOuDs32sPWOYsko4CZMlyO/qP+mjw49EvzQgE010WKHqkjImn9JIazvM3POVVznoC0gog== X-Received: by 10.28.39.134 with SMTP id n128mr4740824wmn.27.1483981829968; Mon, 09 Jan 2017 09:10:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.183.68 with HTTP; Mon, 9 Jan 2017 09:10:29 -0800 (PST) In-Reply-To: <20170108074855.GT31129@bubble.grove.modra.org> References: <20170108074855.GT31129@bubble.grove.modra.org> From: Cary Coutant Date: Mon, 09 Jan 2017 17:10:00 -0000 Message-ID: Subject: Re: [GOLD] Add --secure-plt option for ppc32 To: Alan Modra Cc: Binutils Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00115.txt.bz2 > + 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"? -cary