LOCAL symbols discarded at link time

Alan Modra amodra@gmail.com
Thu Mar 31 02:41:00 GMT 2016


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



More information about the Binutils mailing list