]> xenbits.xensource.com Git - people/andrewcoop/xen-test-framework.git/commit
build: Remove multiple definitions of _start
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 4 Feb 2022 17:14:29 +0000 (17:14 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 7 Feb 2022 11:25:56 +0000 (11:25 +0000)
commit3c20023a59b06579d1c9c60da18727283ace2269
tree4047121d929f5c5582dd7fe7ddf4d3e15011bebc
parent61e6f40b07d256bd62ae7b231a3eeecd49d0b15b
build: Remove multiple definitions of _start

Use _elf_start for entrypoints, and leave _start paired with _end for the
image.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
arch/x86/hvm/head.S
arch/x86/link.lds.S
arch/x86/pv/head.S