Date: Fri, 27 Jul 2007 14:42:26 +0000 (UTC) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.arm src/sys/arm/arm elf_trampoline.c Message-ID: <200707271442.l6REgQdk015129@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cognet 2007-07-27 14:42:26 UTC
FreeBSD src repository
Modified files:
sys/conf Makefile.arm
sys/arm/arm elf_trampoline.c
Log:
Bring in two bandaids to get the elf trampoline to work again, until I find
a proper solution.
- Add a dummy entry point which just calls the C entry points, and try to make
sure it's the first code in the binary.
- Copy a bit more than func_end to try to copy the whole load_kernel()
function. gcc4 puts code behind the func_end symbol.
Approved by: re (blanket)
Revision Changes Path
1.18 +15 -5 src/sys/arm/arm/elf_trampoline.c
1.34 +14 -10 src/sys/conf/Makefile.arm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707271442.l6REgQdk015129>
