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 incremental file format on 64-bit


>> Tested on x86_64. David, can you test it on Sparc?
>
> Works.

Thanks!

>> + ? ? // Pad the info block to a multiple of 8 bytes.
>> + ? ? if (static_cast<unsigned int>(pov - oview) & 4)
>> + ? ? ?{
>> + ? ? Swap32::writeval(pov, 0);
>> + ? ? pov += 4;
>> + ? ? ?}
>
> Maybe this could be indented better :-)

Those two lines are indented by tabs. Looks fine in my editor.

-cary


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