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: [gold commit] Fix problems with --dynamic-list option.


On Wed, Feb 05, 2014 at 06:04:33PM -0800, Cary Coutant wrote:
> PR gold/16530 complains that symbols listed in the --dynamic-list script
> can still be garbage collected. I've fixed this by checking the symbols
> as they're added to the symbol table. (Unlike the --export-dynamic-symbol
> option, we can't iterate over the list, because the --dynamic-list script
> can have wildcards in it.)

Should --dynamic-list affect garbage collection?  If so, what about
--dynamic-list-cpp-new, --dynamic-list-cpp-new, and --dynamic-list-data?

I'm thinking the next thing you'll see is a complaint that
--dynamic-list now unexpectedly prevents garbage collection, for
someone using a wildcard in their dynamic-list file.

-- 
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]