Changeset 15132
- Timestamp:
- Dec 12, 2011, 1:18:20 AM (13 years ago)
- Location:
- trunk/source/lisp-kernel
- Files:
-
- 4 edited
-
arm-asmutils.s (modified) (1 diff)
-
ppc-asmutils.s (modified) (1 diff)
-
x86-asmutils32.s (modified) (1 diff)
-
x86-asmutils64.s (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/arm-asmutils.s
r15093 r15132 194 194 __(mov sp,r1) 195 195 __(bx ip) 196 .globl C(sin) 197 .long C(sin) 196 198 _endfn 197 199 -
trunk/source/lisp-kernel/ppc-asmutils.s
r14865 r15132 61 61 .data 62 62 __ifdef(`PPC64') 63 .quad exp63 .quad C(exp) 64 64 __else 65 .long exp65 .long C(exp) 66 66 __endif 67 67 .text -
trunk/source/lisp-kernel/x86-asmutils32.s
r14619 r15132 133 133 __(pop %ebx) 134 134 __(ret) 135 .globl C(exp) 136 .long C(exp) 135 137 _endfn 136 138 -
trunk/source/lisp-kernel/x86-asmutils64.s
r14993 r15132 148 148 __(movq %rcx,(%ctemp0)) 149 149 __(ret) 150 .globl C(exp) 151 .quad C(exp) 150 152 _endfn 151 153 … … 177 179 _exportfn(C(darwin_sigreturn)) 178 180 .globl C(sigreturn) 181 179 182 /* Need to set the sigreturn 'infostyle' argument, which is mostly 180 183 undocumented. On x8664 Darwin, sigtramp() sets it to 0x1e, and
Note:
See TracChangeset
for help on using the changeset viewer.
