|
[Sbcl-commits] CVS: sbcl NEWS, 1.1760, 1.1761 version.lisp-expr,
1.4877, 1.4878
From: Alastair Bridgewater <lisphacker@us...> - 2010-05-23 18:24
|
Update of /cvsroot/sbcl/sbcl
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26458
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.38.10: Support for building on OpenBSD/PPC (patch by Josh Elsasser).
* Dynamic space assignments.
* New Config.* makefile fragment.
* OpenBSD-specific support in ppc-arch.c and ppc-bsd-os.c
* Fixed test suite issues relating to OpenBSD/PPC. This was that the
foreign stack alignment needed setting and that OpenBSD, unlike other
PowerPC targets, requires -fPIC in CFLAGS when building shared objects.
* It turns out that os_context_sp_addr() in ppc-bsd-os.c is only used
when ARCH_HAS_STACK_POINTER is set, which only occurs on x86oid systems
at the present time.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1760
retrieving revision 1.1761
diff -u -d -r1.1760 -r1.1761
--- NEWS 10 May 2010 00:39:12 -0000 1.1760
+++ NEWS 23 May 2010 18:23:59 -0000 1.1761
@@ -16,6 +16,8 @@
this could lead to wrong results in mixed real/complex float arithmetic.
* bug fix: Fix function/macro redefinition warnings when building with
clisp. (lp#576787, thanks to Josh Elsasser)
+ * new platform: experimental support for ppc/openbsd (thanks to Josh
+ Elsasser).
changes in sbcl-1.0.38 relative to sbcl-1.0.37:
* incompatible change: Thread names are now restricted to SIMPLE-STRINGs
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.4877
retrieving revision 1.4878
diff -u -d -r1.4877 -r1.4878
--- version.lisp-expr 21 May 2010 01:03:25 -0000 1.4877
+++ version.lisp-expr 23 May 2010 18:23:59 -0000 1.4878
@@ -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".)
-"1.0.38.9"
+"1.0.38.10"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS, 1.1760, 1.1761 version.lisp-expr, 1.4877, 1.4878 | Alastair Bridgewater <lisphacker@us...> |