Changeset 5018


Ignore:
Timestamp:
Aug 23, 2006, 10:20:34 PM (18 years ago)
Author:
Gary Byers
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r5012 r5018  
     12006-08-23 22:59  gb
     2
     3        * lisp-kernel/x86-exceptions.c: Darwin needs to decode the mxcsr on
     4        SIGFPE.
     5       
     6        DARWIN_GS_HACK changes in altstack handlers for interrupt/suspend.
     7
     82006-08-23 22:58  gb
     9
     10        * lisp-kernel/x86-spentry64.s: x86-64 Darwin's math library is
     11        pretty casual about causing spurious exceptions, so ignore them.
     12
     132006-08-23 22:57  gb
     14
     15        * lisp-kernel/darwinx8664/.gdbinit: New file; like the linuxx8664
     16        version, with different signals to be ignored by gdb.
     17
     182006-08-23 22:56  gb
     19
     20        * lisp-kernel/x86-asmutils64.s: Using ud2b to force an exception in
     21        pseudo_sigreturn() seems to cause/be related to spurious SIGTRAPs.
     22        Use int $0 instead.
     23
     242006-08-23 22:55  gb
     25
     26        * level-1/x86-trap-support.lisp: First attempt at Darwinx8664
     27        support; may need more work.
     28
    1292006-08-22 02:08  gb
    230
Note: See TracChangeset for help on using the changeset viewer.