Changeset 4944


Ignore:
Timestamp:
Aug 8, 2006, 12:20:30 PM (18 years ago)
Author:
Gary Byers
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r4935 r4944  
     12006-08-08 13:07  gb
     2
     3        * lisp-kernel/darwinx8664/Makefile: New file.
     4
     52006-08-08 13:07  gb
     6
     7        * lisp-kernel/x86-exceptions.h: xp accessors for Darwinx8664.
     8
     92006-08-08 13:06  gb
     10
     11        * lisp-kernel/x86-constants64.h: REG_* constants for Darwin.
     12
     132006-08-08 13:05  gb
     14
     15        * lisp-kernel/x86-asmutils64.s: Darwin assembler doesn't like lock
     16        instructions on the same line as the locked instruction.  (Maybe
     17        there's a better way to do this, than just pretending that lock is
     18        a standalone instruction, but that lock instruction does seem to be
     19        treated as a prefix.)
     20
     212006-08-08 13:03  gb
     22
     23        * lisp-kernel/pmcl-kernel.c: Treat X8664 like PPC64 (e.g., use
     24        dlfcn) on Darwin.
     25
     262006-08-08 13:02  gb
     27
     28        * lisp-kernel/lisptypes.h: xcode 2.4 headers: <i386/ucontext.h>
     29        doesn't define mcontext64, but lots of other things reference it.
     30        #define it here for now, but that'll likely break when the headers
     31        are fixed.
     32
     332006-08-08 12:58  gb
     34
     35        * lisp-kernel/lisp-debug.c: Define Iregnames for darwinx8664.
     36
     372006-08-08 12:58  gb
     38
     39        * lisp-kernel/area.h: Define an IMAGE_BASE_ADDRESS for
     40        x8664/Darwin.
     41
    1422006-07-29 08:41  gb
    243
Note: See TracChangeset for help on using the changeset viewer.