diff options
author | Roland McGrath <roland@gnu.org> | 2002-04-08 07:06:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-04-08 07:06:57 +0000 |
commit | f899db60945ef4c080ffe4393e55ef2fbcbbf6c0 (patch) | |
tree | 159ec00fc213be47a80546f25d90320fd8c1aaba /ChangeLog | |
parent | 7ce93726fb9f02c45e45df15d923faabaa8951d3 (diff) | |
download | glibc-f899db60945ef4c080ffe4393e55ef2fbcbbf6c0.zip glibc-f899db60945ef4c080ffe4393e55ef2fbcbbf6c0.tar.gz glibc-f899db60945ef4c080ffe4393e55ef2fbcbbf6c0.tar.bz2 |
* sysdeps/mach/hurd/alpha/trampoline.c: Don't include
<mach/machine/alpha_instruction.h>.
(_hurd_setup_sighandler): Take proper arguments for current decls.
Update code to use _hurdsig_catch_fault.
Use `callsys' instruction instead of `call_pal'.
* sysdeps/mach/hurd/alpha/intr-msg.h: New file.
* sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
(ALIGN, at, AT, fp): New macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2002-04-07 Roland McGrath <roland@frob.com> + + * sysdeps/mach/hurd/alpha/trampoline.c: Don't include + <mach/machine/alpha_instruction.h>. + (_hurd_setup_sighandler): Take proper arguments for current decls. + Update code to use _hurdsig_catch_fault. + Use `callsys' instruction instead of `call_pal'. + * sysdeps/mach/hurd/alpha/intr-msg.h: New file. + + * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>. + (ALIGN, at, AT, fp): New macros. + 2002-04-06 Roland McGrath <roland@frob.com> * mach/setup-thread.c (__mach_setup_thread): int -> natural_t |