This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [GOLD] Add --secure-plt option for ppc32
- From: Cary Coutant <ccoutant at gmail dot com>
- To: Alan Modra <amodra at gmail dot com>
- Cc: Binutils <binutils at sourceware dot org>
- Date: Mon, 9 Jan 2017 09:10:29 -0800
- Subject: Re: [GOLD] Add --secure-plt option for ppc32
- Authentication-results: sourceware.org; auth=none
- References: <20170108074855.GT31129@bubble.grove.modra.org>
> + 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