diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-12-01 00:44:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-12-01 00:44:22 +0000 |
commit | 610fa4a324a6311fe345dc9b50bec3ac327293b2 (patch) | |
tree | 75923c0b73ab963458b70cc15e80216df354a6d8 /ChangeLog | |
parent | 5df4fe083318e752210652353b9750c6d8ca6714 (diff) | |
download | glibc-610fa4a324a6311fe345dc9b50bec3ac327293b2.tar.gz glibc-610fa4a324a6311fe345dc9b50bec3ac327293b2.tar.xz glibc-610fa4a324a6311fe345dc9b50bec3ac327293b2.zip |
* sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with cvs/fedora-glibc-20061201T0821
libgcc not supporting `rflags' unwinding (register # >= 17).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ffffeb2481..e164a1614b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-01 Jan Kratochvil <jan.kratochvil@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with + libgcc not supporting `rflags' unwinding (register # >= 17). + 2006-11-30 Jakub Jelinek <jakub@redhat.com> * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc |