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

Fix long-standing issue on sparc and ppc with linkage-tables.

If the C code changes, genesis was storing undefined_tramp and
closure_tramp with the addresses of the lisp used to build.  But that
wouldn't match the values of the lisp used to run, which would cause
weird segfaults and core dumps.

Hence, we need to load up lisp.nm so we can get the correct values for
undefined_tramp and closure_tramp.
parent bdcfd601
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