This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: LOCAL symbols discarded at link time
- From: Alan Modra <amodra at gmail dot com>
- To: Mark Hills <mark dot hills at framestore dot com>
- Cc: binutils at sourceware dot org, Christophe MONAT <christophe dot monat at st dot com>
- Date: Thu, 31 Mar 2016 13:11:19 +1030
- Subject: Re: LOCAL symbols discarded at link time
- Authentication-results: sourceware.org; auth=none
- References: <1603021534350 dot 14549 at sys953 dot ldn dot framestore dot com> <20160311114042 dot GA16812 at bubble dot grove dot modra dot org> <1603231156500 dot 4932 at sys953 dot ldn dot framestore dot com>
On Tue, Mar 29, 2016 at 06:16:08PM +0100, Mark Hills wrote:
> objcopy -R .group --localize-hidden $@
This will remove *all* group sections. You're probably better off
finding the signature symbol of the group you want to remove, and
strip that, causing just that group to be removed.
--
Alan Modra
Australia Development Lab, IBM