Report and patch from Marijn Schouten (sbcl-devel 2008-04-10)
reference.
* bug fix: fasl header checking is less vulnerable to different
platform word lengths.
+ * bug fix: more correct assembler syntax for GNU binutils
+ 2.18.50.0.4 support. (thanks to Marijn Schouten)
changes in sbcl-1.0.16 relative to 1.0.15:
* minor incompatible change: revert the changes to sb-posix's error
/* Check for a return FP value. */
fxam
- fnstsw %eax
+ fnstsw %ax
andl $0x4500,%eax
cmpl $0x4100,%eax
jne Lfp_rtn_value
;;; 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.16.2"
+"1.0.16.3"