gold incremental file format on 64-bit

David Miller davem@davemloft.net
Mon Apr 23 21:11:00 GMT 2012


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



More information about the Binutils mailing list