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]

[PATCH] gold: when dumping command line to .gnu_incremental_strtab, don't store --incremental-* options


A small feature I've forgotten about. We don't want a full relink if
such an option changes and the easiest (and saving some bytes) way is
not to store them in .gnu_incremental_strtab.

2009-05-31  Mikolaj Zalewski  <mikolajz@google.com>

	* incremental.cc (Incremental_inputs::report_command_line): Filter
out --incremental-* options.

Attachment: 0001-gold-when-dumping-command-line-to-.gnu_incremental_strtab-don-t-store-incremental-options.txt
Description: Text document


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