[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [MINIOS PATCH 4/4] x86: use unified linker script
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.liu2@xxxxxxxxxx> [...] > + /* 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@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |