diff options
author | Richard Henderson <rth@redhat.com> | 1998-01-26 22:04:53 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-01-26 22:04:53 +0000 |
commit | 0b833ff44bd66007da7f86aa98cc87519d31e1e3 (patch) | |
tree | f10a4e7f26b41e0d60738aea64df433bf9708451 /ChangeLog | |
parent | 2498cdcc850fc379d01edc6310270bbd7287d758 (diff) | |
download | glibc-0b833ff44bd66007da7f86aa98cc87519d31e1e3.tar.gz glibc-0b833ff44bd66007da7f86aa98cc87519d31e1e3.tar.xz glibc-0b833ff44bd66007da7f86aa98cc87519d31e1e3.zip |
* sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration of the trampoline function into the macro. * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF. * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change; kernel 2.1.82 has this fixed. * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file. * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
1998-01-26 Richard Henderson <rth@cygnus.com> * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration of the trampoline function into the macro. * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF. * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change; kernel 2.1.82 has this fixed. * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file. * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b616e3e592..d4c94003eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +1998-01-26 Richard Henderson <rth@cygnus.com> + + * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration + of the trampoline function into the macro. + * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF. + * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change; + kernel 2.1.82 has this fixed. + + * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file. + * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file. + 1998-01-26 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to |