Update of /cvsroot/sbcl/sbcl/src/compiler/x86-64
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4244/src/compiler/x86-64
Modified Files:
parms.lisp
Log Message:
message
Index: parms.lisp
===================================================================
RCS file: /cvsroot/sbcl/sbcl/src/compiler/x86-64/parms.lisp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- parms.lisp 6 Jan 2005 12:48:03 -0000 1.3
+++ parms.lisp 13 Feb 2005 14:27:10 -0000 1.4
@@ -161,6 +161,9 @@
;;; FIXME: !COLD-INIT probably doesn't need
;;; to be in the static symbols table any more.
+;;;
+;;; FIXME: some of these symbols are shared by all backends,
+;;; and should be factored out into a common file.
(defparameter *static-symbols*
'(t
@@ -172,7 +175,8 @@
sub-gc
sb!kernel::internal-error
sb!kernel::control-stack-exhausted-error
- sb!kernel::undefined-alien-error
+ sb!kernel::undefined-alien-variable-error
+ sb!kernel::undefined-alien-function-error
sb!di::handle-breakpoint
fdefinition-object
#!+sb-thread sb!thread::handle-thread-exit
|