Changeset 5646


Ignore:
Timestamp:
Dec 29, 2006, 1:20:04 AM (18 years ago)
Author:
Gary Byers
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r5636 r5646  
     12006-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
     62006-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
     112006-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
     172006-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
     232006-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
     282006-12-29 01:32  gb
     29
     30        * lisp-kernel/: ppc-constants64.h, ppc-constants64.s: nil_value,
     31        etc a page higher.
     32
     332006-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
     382006-12-29 01:32  gb
     39
     40        * lisp-kernel/lisp_globals.h: Access lisp_globals/nrs_symbols a
     41        page higher.
     42
     432006-12-29 01:30  gb
     44
     45        * lisp-kernel/area.h: Move STATIC_BASE_ADDRESS up a page for ppc64.
     46
    1472006-12-22 01:40  gb
    248
Note: See TracChangeset for help on using the changeset viewer.