diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-10-11 19:00:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-10-11 19:00:09 +0000 |
commit | eb9f749186994ede50658aeae4ddd6432f93b34e (patch) | |
tree | 2b0499d01523617add9b9a944562888096048eac | |
parent | bd97565d089431795f0ee0546a08a0bafd39903a (diff) | |
download | glibc-eb9f749186994ede50658aeae4ddd6432f93b34e.tar.gz glibc-eb9f749186994ede50658aeae4ddd6432f93b34e.tar.xz glibc-eb9f749186994ede50658aeae4ddd6432f93b34e.zip |
Update.
2002-10-11 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter): Add hack to prevent the compiler from clobbering the signal context.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2fc910e675..a6011dfc06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-10-11 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter): + Add hack to prevent the compiler from clobbering the signal + context. + 2002-10-11 Roland McGrath <roland@redhat.com> * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER): |