aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/alpha
AgeCommit message (Collapse)Author
2001-07-06Update to LGPL v2.1.Andreas Jaeger
2000-09-15(inline_syscall_clobbers): Add memory clobber.Ulrich Drepper
1998-10-31(INLINE_SYSCALL*): New.Ulrich Drepper
(inline_syscall*): New.
1998-05-29Use __ASSEMBLER__ test macro not ASSEMBLER.Ulrich Drepper
1998-03-06(SYSCALL_ERROR_HANDLER): Don't store into global errno if we alreadyUlrich Drepper
store through __errno_location.
1998-02-26Add _errno definition.Ulrich Drepper
1997-05-31Tiny cleanups.Ulrich Drepper
1996-12-04update from main archive 961203Ulrich Drepper
1996-11-07update from 961105, second tryUlrich Drepper
1996-10-02update from main archive 961001Ulrich Drepper
1996-09-07update from main archive 960906Ulrich Drepper
1996-09-05update from main archive 960904Ulrich Drepper
1996-07-18Wed Jul 17 10:54:20 1996 David Mosberger-Tang <davidm@azstarnet.com>Roland McGrath
* sysdeps/unix/alpha/sysdep.S: Make errno a bss symbol, not a common symbol (makes errno accessible from gdb).
1996-07-01Fri Jun 28 16:53:01 1996 David Mosberger-Tang <davidm@azstarnet.com>Roland McGrath
* sysdeps/unix/alpha/sysdep.h: Undo PIC-optimization of syscall error handling. It's safer that way.
1996-07-01Fri Jun 28 16:53:01 1996 David Mosberger-Tang <davidm@azstarnet.com>Roland McGrath
* sysdeps/unix/alpha/sysdep.S: Make ldgp part of the prologue. Fix by Richard Henderson.
1996-06-19Mon Jun 10 17:50:31 1996 David Mosberger-Tang <davidm@azstarnet.com>Roland McGrath
* sysdeps/unix/alpha/sysdep.h: Move error-handling code in PSEUDO to PSEUDO_END to improve branch-prediction. Include .frame directive to make syscalls debugabble. (PSEUDO_END): New macro. * sysdeps/unix/alpha/sysdep.h, sysdeps/alpha/bb_init_func.S, sysdeps/unix/sysv/linux/alpha/brk.S: Use ldiq instead of ldi since latter is illegal under DEC Unix.
1996-06-19Mon Jun 10 17:50:31 1996 David Mosberger-Tang <davidm@azstarnet.com>Roland McGrath
* sysdeps/unix/alpha/sysdep.S: Renamed from sysdeps/unix/sysv/linux/alpha/sysdep.S. This file works for OSF/1 as well. * sysdeps/unix/bsd/osf/alpha/sysdep.S: Remove (note that the EWOULDBLOCK -> EAGAIN mapping was unnecessary since EWOULDBLOCK==EAGAIN under DEC Unix and Linux/Alpha).
1996-06-02Wed May 29 00:57:37 1996 David Mosberger-Tang <davidm@azstarnet.com>Roland McGrath
* sysdeps/unix/alpha/sysdep.h (END): Redefine to use .end directive for both ELF and ECOFF. (ret): Delete macro. It was a dangerous macro and unnecessary since the Alpha assemblers recognizes "ret" as a macro themselves. Thu May 23 02:15:56 1996 David Mosberger-Tang <davidm@azstarnet.com> * sysdeps/unix/alpha/sysdep.h (ret): Remove macro. It is dangerous and unnecessary since both OSF/1 as and gas define "ret" as a pseudo-instruction.
1996-05-23Wed May 22 00:40:50 1996 David Mosberger-Tang <davidm@azstarnet.com>Roland McGrath
* sysdeps/unix/alpha/sysdep.h: Include regdef.h. Define LEAF macro to simplify declaration of leaf functions.
1996-03-19Wed Feb 14 00:21:17 1996 David Mosberger-Tang <davidm@azstarnet.com>Roland McGrath
* sysdeps/unix/alpha/sysdep.h: new file (adapted from OSF/1 version). * sysdeps/unix/bsd/osf/alpha/sysdep.h: include sysdeps/unix/alpha/sysdep.h and removed definitions now in that file.