]> xenbits.xensource.com Git - people/andrewcoop/xen-test-framework.git/commit
link: Move x86-ism out of the linker script
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 4 Jan 2023 23:19:26 +0000 (23:19 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 11 Jan 2023 01:03:19 +0000 (01:03 +0000)
commit11adf1b8cc657bb30c386da762960c6bbad74403
tree88bb8eaca8c36970dac8327c83f782aa8a31829a
parentff160740d9114293f10bb34355b993f54f8e6659
link: Move x86-ism out of the linker script

... in preparation to reuse it for all architectures.  In order to keep
various parts of the linker script all together, use a multi-include file with
header and footer delineations.

While moving things, drop the alignment check for the two stacks.  Neither
need page alignment architecturally.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
arch/x86/include/arch/config.h
arch/x86/include/arch/link.lds.h [new file with mode: 0644]
arch/x86/link.lds.S