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] Move the reader and writer classes to incremental.h


Patch?

> To use the reader classes in incremental-dump.cc I have to move them
> to the .h file. IMHO it looks more natural to move the writer too.
> ...
> ? ? ? ?* incremental.h (Incremental_inputs_header)
> ? ? ? ?(Incremental_inputs_header_write, Incremental_inputs_entry,
> ? ? ? ?Incremental_inputs_entry_write): Move ...
> ? ? ? ?* incremental.cc (Incremental_inputs_header)
> ? ? ? ?(Incremental_inputs_header_write, Incremental_inputs_entry,
> ? ? ? ?Incremental_inputs_entry_write): here.

Is this backwards? Aren't you moving them from the .cc file to the .h file?

-cary


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