- Jul 14, 2006
- Nov 07, 2005
-
-
rtoy authored
-
- Jan 12, 2004
-
-
toy authored
o Add some comments.
-
- Oct 23, 2003
-
-
toy authored
o Make the features for the new backend a bit more up-to-date for the typical Sparc build that has linkage tables, stack-checking, and gencgc.
-
- Oct 20, 2003
-
-
toy authored
-
- Oct 17, 2003
-
-
toy authored
his 2.4 release).
-
- Jan 29, 2003
-
-
toy authored
changes.
-
- Oct 24, 2002
-
-
toy authored
-
- Aug 27, 2002
-
-
moore authored
On x86 FreeBSD and Linux, change the way foreign symbol addresses are resolved. They now go through a table -- effectively a new space in the core file. Function references are resolved lazily, data references are resolved on startup and when a .so is loaded. The end result is that cores can be dumped that contain references to symbols in shared libraries. Also, the dependence of the core on addresses in the Lisp runtime is broken. The linkage table feature is controlled by :linkage-table and LINKAGE_TABLE in C runtime. Several foreign symbols are now Lisp static symbols, so a cross compile is required whether or not the new stuff is used. I've checked in boot4-cross-foreign-linkage.lisp that builds the compiler for linkage table; do whatever you usually do for the non-linkage table case:) Seriously, lets start a discussion on standardizing "cross compilation," not to mention the general build procedure.
-