This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: LOCAL symbols discarded at link time


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]