diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-15 09:51:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-15 09:51:22 +0000 |
commit | a87731e262c909f2127a57f42563ece410789abe (patch) | |
tree | c8c9f79d3c582b3d23b7d9b55723bd5e836efe80 /nptl/ChangeLog | |
parent | 92ed3daf013788e18a1bb339721aa76389039863 (diff) | |
download | glibc-a87731e262c909f2127a57f42563ece410789abe.tar glibc-a87731e262c909f2127a57f42563ece410789abe.tar.gz glibc-a87731e262c909f2127a57f42563ece410789abe.tar.bz2 glibc-a87731e262c909f2127a57f42563ece410789abe.zip |
Update.
2003-03-15 Ulrich Drepper <drepper@redhat.com>
* sysdeps/x86_64/pthreaddef.h (CURRENT_STACK_FRAME): Don't use
__builtin_frame_address, use stack pointer.
* sysdeps/unix/sysv/linux/jmp-unwind.c: Use CURRENT_STACK_FRAME
instead of __builtin_frame_pointer.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index d7e2c4c67b..34d6686257 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,11 @@ +2003-03-15 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/x86_64/pthreaddef.h (CURRENT_STACK_FRAME): Don't use + __builtin_frame_address, use stack pointer. + + * sysdeps/unix/sysv/linux/jmp-unwind.c: Use CURRENT_STACK_FRAME + instead of __builtin_frame_pointer. + 2003-03-14 Ulrich Drepper <drepper@redhat.com> * tst-basic1.c (do_test): Add cast to avoid warning. |