Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1:/tmp/cvs-serv2517
Modified Files:
NEWS version.lisp-expr
Log Message:
0.8.5.17:
Possibly the least useful fix I shall ever make while working on
SBCL:
Implement ldso_stub__foo for MIPS/Linux, so that the system can
be built to link dynamically, allowing linking of foreign code
in
... many thanks to Ralf Baechle for education about the MIPS ABI
Now foreign.test.sh passes, and we build and pass tests for all
13 contribs! Woohoo!
Is there a user in the house?
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.440
retrieving revision 1.441
diff -u -d -r1.440 -r1.441
--- NEWS 29 Oct 2003 12:54:50 -0000 1.440
+++ NEWS 30 Oct 2003 17:27:36 -0000 1.441
@@ -2173,6 +2173,9 @@
that the various BOOLE-related constants have the same value in
host and target lisps. (noted by Paul Dietz' test suite on an
SBCL binary built from CLISP)
+ * the system can now be dynamically linked on the MIPS platform,
+ which enables dynamic loading of foreign code from Lisp. (thanks
+ to Ralf Baechle for discussions on the MIPS ABI)
* fixed a compiler bug: MV-LET convertion did not check references
to the "max args" entry point. (reported by Brian Downing)
* tweaked disassembly notes to be less confident about proclaiming
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1338
retrieving revision 1.1339
diff -u -d -r1.1338 -r1.1339
--- version.lisp-expr 30 Oct 2003 09:41:37 -0000 1.1338
+++ version.lisp-expr 30 Oct 2003 17:27:36 -0000 1.1339
@@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.5.16"
+"0.8.5.17"
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
|