diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-01 00:55:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-01 00:55:22 +0000 |
commit | 42b2395dcee5be5a4c2eb0faba8e78f682ab68ad (patch) | |
tree | 28d5902eb90606496cf8f44a6956baaef7460ea6 | |
parent | f877b33831e78f327d546c0c282b1b150da30f42 (diff) | |
download | glibc-42b2395dcee5be5a4c2eb0faba8e78f682ab68ad.tar glibc-42b2395dcee5be5a4c2eb0faba8e78f682ab68ad.tar.gz glibc-42b2395dcee5be5a4c2eb0faba8e78f682ab68ad.tar.bz2 glibc-42b2395dcee5be5a4c2eb0faba8e78f682ab68ad.zip |
Update.
2003-03-31 Ulrich Drepper <drepper@redhat.com>
* sysdeps/i386/tls.h (CALL_THREAD_FCT): Align stack of called
function correctly.
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 9afd7c029e..65afaad0f9 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-03-31 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/i386/tls.h (CALL_THREAD_FCT): Align stack of called + function correctly. + 2003-03-30 Ulrich Drepper <drepper@redhat.com> * descr.h (struct pthread): Move most often used elements to the front. |