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 patch] incremental 7/18: restructure class Incremental_binary


>> +// An object representing the ELF file we edit during an incremental build.
>> +// Similar to Object or Dynobj, but operates on Output_file and contains
>> +// method specific to file edition (TBD). This is the abstract parent class
>> +// implemented in Sized_incremental_binary<size, big_endian> for a specific
>> +// endianness and size.
>
> Do you mean "editing" rather than "edition"?

Yes, I think so -- maybe "contains methods to support incremental
updating" would be better. The "TBD" can go away, too. (The comment
was moved as-is in this patch, so the wording isn't mine.)

-cary


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