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


From: Cary Coutant <ccoutant@google.com>
Date: Mon, 23 Apr 2012 13:41:28 -0700

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

Works.

> +
> +     // 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 :-)


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