On Wed, Aug 17, 2016 at 01:35:14PM +0100, Wei Liu wrote:
> There are only a few differences between i386 and x86-64 linker scripts.
> Unify them into one. Re-indent the file at the same time.
> 
> Construct a special rule in top-level directory to cope with the change.
> Ideally the build system should also be made more elegant, but
> overhauling the build system is out of scope of this patch.
> 
> Signed-off-by: Wei Liu <wei.l...@citrix.com>
[...]
> +        /* newlib initialization functions */
> +#if defined(__x86_64__)
> +        . = ALIGN(64 / 8);
> +#else /* __i386 __ */
> +        . = ALIGN(64 / 8);

Oops, this should be 32 / 8.

Wei.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to