Skip to content
Snippets Groups Projects
Commit e7b7a073 authored by toy's avatar toy
Browse files

Export some of the exported SPARC symbols

parent 887ae1dd
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.184 2001/09/27 11:27:36 pw Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.185 2001/10/03 16:00:24 toy Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -790,6 +790,10 @@ ...@@ -790,6 +790,10 @@
"WEAK-POINTER-SIZE" "WEAK-POINTER-TYPE" "WEAK-POINTER-VALUE-SLOT" "WEAK-POINTER-SIZE" "WEAK-POINTER-TYPE" "WEAK-POINTER-VALUE-SLOT"
"WORD-BITS" "WORD-BYTES" "WORD-REG-SC-NUMBER" "WORD-SHIFT" "WORD-BITS" "WORD-BYTES" "WORD-REG-SC-NUMBER" "WORD-SHIFT"
"ZERO-SC-NUMBER" "ZERO-SC-NUMBER"
#+sparc "POSITIVE-FIXNUM-BITS"
#+sparc "FIXNUM-TAG-BITS"
#+sparc "FIXNUM-TAG-MASK"
#+sparc "PSEUDO-ATOMIC-TRAP"
)) ))
(defpackage "CONDITIONS") (defpackage "CONDITIONS")
...@@ -851,7 +855,8 @@ ...@@ -851,7 +855,8 @@
"ADD-OFFS-NOTE-HOOK" "ADD-OFFS-NOTE-HOOK"
"ADD-OFFS-COMMENT-HOOK" "ADD-OFFS-COMMENT-HOOK"
"DSTATE-CUR-ADDR" "DSTATE-CUR-ADDR"
"DSTATE-NEXT-ADDR" "DSTATE-NEXT-ADDR"
#+sparc "MAYBE-NOTE-STATIC-FUNCTION"
)) ))
(dolist (dolist
(name (name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment