cvs commit: src/sys/conf Makefile.arm src/sys/arm/arm elf_trampoline.c

Olivier Houchard cognet at FreeBSD.org
Fri Jul 27 14:42:26 UTC 2007


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


More information about the cvs-src mailing list