aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
1995-01-21Converted to use weak aliases with macros from libc-symbols.h.Roland McGrath
1995-01-15Initial revisionRoland McGrath
1995-01-10 * sysdeps/unix/bsd/ultrix4/mips/start.S: Use s0, s1, and s2Brendan Kehoe
1994-12-28(__m81_inline): New macro.Roland McGrath
1994-12-15Reverse register and immediate args in `bis' insn; immediate must beRoland McGrath
1994-12-15(_hurd_setup_sighandler): Remove A macro; just use `asm volatile' withRoland McGrath
1994-12-15(CALL_WITH_SP): Put parens around jmp target register.Roland McGrath
1994-12-12Use `long int' for sigcode values.Roland McGrath
1994-12-12Use asms instead of global register vars to restore FP regs.Roland McGrath
1994-12-10Use C comments instead of ! comments.Roland McGrath
1994-12-10Include <mach/machine/alpha_instruction.h> to define op_chmk.Roland McGrath
1994-12-10Use `long int' for sigcode values.Roland McGrath
1994-12-09Include <sysdep.h> instead of <regdef.h>.Roland McGrath
1994-12-09Remove extra shift and OR of CHARMASK.Roland McGrath
1994-12-09Use ENV[0].__jmpbuf[0].Roland McGrath
1994-12-09(ENTRY): New macro.Roland McGrath
1994-12-09Initial revisionRoland McGrath
1994-12-09(START_MACHDEP): Add missing backslashes.Roland McGrath
1994-12-09(struct machine_thread_all_state): New member `exc'.Roland McGrath
1994-12-09Remove ".set noreorder" et al; GCC already emits them.Roland McGrath
1994-12-09Remove ".set noreorder" et al; GCC already emits them.Roland McGrath
1994-12-08Rename variable `sp' to avoid conflict with #define in <mach/alpha/asm.h>.Roland McGrath
1994-12-08Remove unused variable.Roland McGrath
1994-12-07Initial revisionRoland McGrath
1994-12-05Use ENV[0].__jmpbuf[0].Roland McGrath
1994-12-05Use ENV[0].__jmpbuf.Roland McGrath
1994-12-04Use `movel' for pushes and pops.Roland McGrath
1994-12-04(__sigsetjmp): Fix typo.Roland McGrath
1994-12-04Take arg of type __jmp_buf, not jmp_buf.Roland McGrath
1994-12-04(__longjmp): Make arg const.Roland McGrath
1994-12-04(__longjmp): Take arg of type __jmp_buf, not jmp_buf.Roland McGrath
1994-12-04Set members in ENV[0].__jmpbuf[0], not ENV[0].Roland McGrath
1994-12-04(__sigsetjmp): That's __jmpbuf, not __jmp_buf.Roland McGrath
1994-12-04Set members in ENV[0].__jmp_buf[0], not ENV[0].Roland McGrath
1994-12-04Initial revisionRoland McGrath
1994-12-04Pass SP and FP as 3rd and 4th args, not 2nd and 3rd.Roland McGrath
1994-12-04Pass FP and SP as 3rd and 4th args, not 2nd and 3rd.Roland McGrath
1994-12-04Implement __sigsetjmp_aux instead of __setjmp_aux; call __sigjmp_save.Roland McGrath
1994-12-04Implement __sigsetjmp instead of __setjmp; call __sigsetjmp_aux instead ofRoland McGrath
1994-12-04Comment fix.Roland McGrath
1994-12-04Implement __sigsetjmp_aux instead of __setjmp_aux; call __sigjmp_save.Roland McGrath
1994-12-04Implement __sigsetjmp instead of __setjmp; call __sigjmp_save.Roland McGrath
1994-12-03Set up frame for `rei' to restore on user stack, aligned to an 8-wordRoland McGrath
1994-12-03(sigcontextRoland McGrath
1994-12-03Fix typo `.global' to `.globl'.Roland McGrath
1994-11-22(struct sigcontext): Use `__sigset_t' instead of `sigset_t' for `sc_mask'.Roland McGrath
1994-11-17[__motorola__]: Swap operands in cmp.l.Roland McGrath
1994-11-15Initial revisionRoland McGrath
1994-11-15Initial revisionRoland McGrath
1994-11-15(divrem rule): Make the output unwritable, use mv -f.Roland McGrath