From 3106f4c4d34c484331fb30b8b10a1dcac87bf8d0 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Fri, 29 Aug 2003 18:07:15 +0000 Subject: [PATCH] 0.3.8.14: Fix backtrace on non-x86 platforms: ... don't try to work out the RA, it's too complicated. Remove last SB-SLOT-ACCESSOR-NAME, and associated (fixed) FIXME comment. --- src/code/debug-int.lisp | 3 +-- src/cold/warm.lisp | 10 ---------- version.lisp-expr | 2 +- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/src/code/debug-int.lisp b/src/code/debug-int.lisp index 7deadfe..270c9d9 100644 --- a/src/code/debug-int.lisp +++ b/src/code/debug-int.lisp @@ -828,8 +828,7 @@ "undefined function")) (:foreign-function (make-bogus-debug-fun - (format nil "foreign function call land: ra=#x~X" - (sap-int ra)))) + (format nil "foreign function call land:"))) ((nil) (make-bogus-debug-fun "bogus stack frame")) diff --git a/src/cold/warm.lisp b/src/cold/warm.lisp index 838b4d2..d02357c 100644 --- a/src/cold/warm.lisp +++ b/src/cold/warm.lisp @@ -211,13 +211,3 @@ "public: the default package for user code and data") #+sb-doc (setf (documentation (find-package "KEYWORD") t) "public: home of keywords") - -;;; KLUDGE: It'd be nicer to do this in the table with the other -;;; non-standard packages. -- WHN 19991206 -#+sb-doc (setf (documentation (find-package "SB-SLOT-ACCESSOR-NAME") t) - "private: home of CLOS slot accessor internal names") - -;;; FIXME: There doesn't seem to be any easy way to get package doc strings -;;; through the cold boot process. They need to be set somewhere. Maybe the -;;; easiest thing to do is to read them out of package-data-list.lisp-expr -;;; now? diff --git a/version.lisp-expr b/version.lisp-expr index 542a21d..50ac590 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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.3.13" +"0.8.3.14" -- 1.7.10.4