Changeset 15133


Ignore:
Timestamp:
Dec 12, 2011, 3:18:09 AM (13 years ago)
Author:
Gary Byers
Message:

Darwin doesn't have a libm anyway, and doesn't like absolute references
in PIC.

Location:
trunk/source/lisp-kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/lisp-kernel/x86-asmutils32.s

    r15132 r15133  
    133133        __(pop %ebx)
    134134        __(ret)
     135        __ifndef(`DARWIN')
    135136        .globl C(exp)
    136137        .long C(exp)
     138        __endif
    137139_endfn
    138140
  • trunk/source/lisp-kernel/x86-asmutils64.s

    r15132 r15133  
    148148        __(movq %rcx,(%ctemp0))
    149149        __(ret)
     150        __ifndef(`DARWIN')
    150151        .globl C(exp)
    151152        .quad C(exp)
     153        __endif
    152154_endfn
    153155
Note: See TracChangeset for help on using the changeset viewer.