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: [PATCH] gold: add --incremental, --incremental-changed, --incremental-unchanged and --incremental-unknown command line options


Mikolaj Zalewski <mikolajz@google.com> writes:

> 2009-02-06  Mikolaj Zalewski  <mikolajz@google.com>
>
> 	* options.cc (General_options::parse_incremental_changed): New function.
>         (General_options::parse_incremental_unchanged): New function.
>         (General_options::parse_incremental_unknown): New function.
>         (General_options::General_options): Initialize new fields
> incremental_disposition_ and implicit_incremental.
>         (General_options::finalize): Check for uasge of
> --incremental-* without --incremental
> 	* options.h (General_options::incremental_disposition): New function.
> 	(Posotion_dependent_options::set_incremental_disposition): New function.

Thanks.  Applied with a couple of minor formatting changes, with this
rewritten ChangeLog entry:

2009-02-06  Mikolaj Zalewski  <mikolajz@google.com>

	* options.h (enum Incremental_disposition): Define.
	(class General_options): Add new options: --incremental,
	--incremental_changed, --incremental_unchanged,
	--incremental_unknown.  Add incremental_disposition_ and
	implicit_incremental_ fields.
	(General_options::incremental_disposition): New function.
	(class Position_dependent_options): Add incremental_disposition
	option.
	(Position_dependent_options::copy_from_options): Set incremental
	dispositions.
	* options.cc (General_options::parse_incremental_changed): New
	function.
        (General_options::parse_incremental_unchanged): New function.
        (General_options::parse_incremental_unknown): New function.
        (General_options::General_options): Initialize new fields
	incremental_disposition_ and implicit_incremental_.
        (General_options::finalize): Check for uasge of --incremental-*
	without --incremental.

Ian


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