Changeset 5646
- Timestamp:
- Dec 29, 2006, 1:20:04 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/ChangeLog
r5636 r5646 1 2006-12-29 01:38 gb 2 3 * compiler/PPC/PPC64/ppc64-arch.lisp: Move ppc64::nil-value (and 4 ppc64::reservation-discharge) up a page. 5 6 2006-12-29 01:37 gb 7 8 * xdump/xppcfasload.lisp: xload-static-space-address for ppc64 is 9 #x2000; still #x1000 for ppc32. (need to set this for x86-64) 10 11 2006-12-29 01:36 gb 12 13 * xdump/xfasload.lisp: *xload-static-space-address* depends on the 14 backend. ppc64 wants it one page higher than it has been, to avoid 15 letting unmapped pages get claimed by the dynamic linker on Darwin. 16 17 2006-12-29 01:35 gb 18 19 * lisp-kernel/darwinppc64/Makefile: Change seg1addr/sectalign, so 20 that the image starts at #x1000 and aligned section data for the 21 text section starts on the next page. 22 23 2006-12-29 01:33 gb 24 25 * lisp-kernel/ppc-spjump.s: Org the spjump table 3 pages from where 26 the aligned text section data starts. 27 28 2006-12-29 01:32 gb 29 30 * lisp-kernel/: ppc-constants64.h, ppc-constants64.s: nil_value, 31 etc a page higher. 32 33 2006-12-29 01:32 gb 34 35 * lisp-kernel/pmcl-kernel.c: Don't remap ppc64 spjump table if it's 36 already where it should be. 37 38 2006-12-29 01:32 gb 39 40 * lisp-kernel/lisp_globals.h: Access lisp_globals/nrs_symbols a 41 page higher. 42 43 2006-12-29 01:30 gb 44 45 * lisp-kernel/area.h: Move STATIC_BASE_ADDRESS up a page for ppc64. 46 1 47 2006-12-22 01:40 gb 2 48
Note:
See TracChangeset
for help on using the changeset viewer.
