diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-11-29 19:54:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-11-29 19:54:16 +0000 |
commit | ee50871d980c9f61df31eb7fa6264ff65ebb40f9 (patch) | |
tree | 7a6ba6d2f8c1ee94c5fa470c5f2dadc12494e097 /ChangeLog | |
parent | b1a758f32b630104e68823604d2e0e9738fe2849 (diff) | |
download | glibc-ee50871d980c9f61df31eb7fa6264ff65ebb40f9.tar glibc-ee50871d980c9f61df31eb7fa6264ff65ebb40f9.tar.gz glibc-ee50871d980c9f61df31eb7fa6264ff65ebb40f9.tar.bz2 glibc-ee50871d980c9f61df31eb7fa6264ff65ebb40f9.zip |
2006-11-29 Daniel Jacobowitz <dan@codesourcery.com>
Jakub Jelinek <jakub@redhat.com>
Jan Kratochvil <jan.kratochvil@redhat.com>
* sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
unwind information.
* sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
'restore_rt' even in the 'signal' directory.
* sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2006-11-29 Daniel Jacobowitz <dan@codesourcery.com> + Jakub Jelinek <jakub@redhat.com> + Jan Kratochvil <jan.kratochvil@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct + unwind information. + * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for + 'restore_rt' even in the 'signal' directory. + * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list. + 2006-11-27 Jakub Jelinek <jakub@redhat.com> [BZ #3559] |