Split crt0.S.lb into prologue and epilogue
authorPatrick Georgi <patrick.georgi@coresystems.de>
Thu, 8 Apr 2010 21:04:45 +0000 (21:04 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Thu, 8 Apr 2010 21:04:45 +0000 (21:04 +0000)
commite64b63750f029dac66902dee8cf6a7cf82ba44a3
tree6735ae2018eec030df0b88c2025d61da293dd4f2
parent362db613a0556a102e2812c1c00e3491eafdb66f
Split crt0.S.lb into prologue and epilogue
(the latter only for romcc), rename crt0_includes.h
to crt0.S, and compile that directly.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5383 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Makefile
src/arch/i386/Makefile.bigbootblock.inc
src/arch/i386/Makefile.bootblock.inc
src/arch/i386/Makefile.inc
src/arch/i386/init/crt0.S.lb [deleted file]
src/arch/i386/init/crt0_prologue.inc [new file with mode: 0644]
src/arch/i386/init/crt0_romcc_epilogue.inc [new file with mode: 0644]