Changeset 12604
- Timestamp:
- Aug 17, 2009, 12:39:04 AM (15 years ago)
- Location:
- trunk/source
- Files:
-
- 3 edited
-
lisp-kernel/image.h (modified) (1 diff)
-
xdump/faslenv.lisp (modified) (1 diff)
-
xdump/heap-image.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/image.h
r12382 r12604 91 91 92 92 #define ABI_VERSION_MIN 1029 93 #define ABI_VERSION_CURRENT 10 2994 #define ABI_VERSION_MAX 10 2993 #define ABI_VERSION_CURRENT 1032 94 #define ABI_VERSION_MAX 1032 95 95 96 96 #define NUM_IMAGE_SECTIONS 4 /* used to be 3 */ -
trunk/source/xdump/faslenv.lisp
r12383 r12604 43 43 (defconstant $fasl-file-id #xff00) 44 44 (defconstant $fasl-file-id1 #xff01) 45 (defconstant $fasl-vers #x5 7)45 (defconstant $fasl-vers #x5a) 46 46 (defconstant $fasl-min-vers #x57) 47 47 (defconstant $faslend #xff) -
trunk/source/xdump/heap-image.lisp
r12381 r12604 97 97 98 98 99 (defparameter *image-abi-version* 10 29)99 (defparameter *image-abi-version* 1032) 100 100 101 101 (defun write-image-file (pathname image-base spaces &optional (abi-version *image-abi-version*))
Note:
See TracChangeset
for help on using the changeset viewer.
