Skip to content
Snippets Groups Projects
Commit 05987e91 authored by rtoy's avatar rtoy
Browse files

lisp/elf.c:

o Print out the size of Elf_Ehdr and Elf32_Phdr, for debugging.
o Pass the address of main to the linker script.  We will use the
  first word of main as the address of builtin_image_flag.  It seems
  highly unlikely that this would have have the value 0.

tools/Linux-cmucl-linker-script:
o Hardwire the value of SIZEOF_HEADERS.  This is needed on Debian to
  get the right number of segments.
o Comment out some items and/or fix them so that Debian's linker
  doesn't complain.  Doesn't appear to do any harm on openSuSE 11.2.

tools/linker.sh:
o Update for the additional argument for the address of main to use as
  the address of builtin_image_flag.
parent 4c219cf6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment