]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Ensure an entry point symbol exists in all builds
authorMichael Brown <mcb30@ipxe.org>
Wed, 23 Feb 2011 20:20:55 +0000 (20:20 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 23 Feb 2011 20:23:03 +0000 (20:23 +0000)
commit295c2fd671ebd8c149e5e9fc4fe745ab8ea87b9e
treea8bf11ac9275e26483389e60c6828bbf83c9b6df
parent7ef314514c85bdd2708a3ce75618d9666502ee35
[build] Ensure an entry point symbol exists in all builds

Commit 623469d ("[build] Eliminate unused sections at link-time")
introduced a regression in several build formats, in which the prefix
would end up being garbage-collected out of existence.  Fix by
ensuring that an entry symbol exists in each possible prefix, and is
required by the linker script.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/prefix/dskprefix.S
src/arch/i386/prefix/hdprefix.S
src/arch/i386/prefix/lkrnprefix.S
src/arch/i386/prefix/nbiprefix.S
src/arch/i386/prefix/pxeprefix.S
src/arch/i386/prefix/romprefix.S
src/arch/i386/scripts/i386.lds