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: [RFA] Add some trivial gold options for ld compatibility


Christopher Faylor <cgf-use-the-mailinglist-please@sourceware.org>
writes:

> 2009-01-20  Chris Faylor <me.sourceware@sourceware.org>
>
> 	* options.h (General_options::gc_sections): Define as a no-op for now.
> 	(General_options::no_keep_memory): Ditto.
> 	(General_options::Bshareable): Define.
> 	* options.cc (General_options::finalize): Honor -Bshareable.

> +  DEFINE_bool(gc_sections, options::TWO_DASHES, '\0', true,
> +	      N_("(noop) Garbage collect sections"),
> +	      N_("(noop) Do not Garbage collect sections"));

s/not Garbage/not garbage/.

This is OK with that change.

Thanks.

Ian


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