diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-12 23:03:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-12 23:03:41 +0000 |
commit | b775be640a4d1621e9ebd6146a16c96dd69178c7 (patch) | |
tree | e27cbc6e63108d475dabf9252f68f5b04712d0b7 /linuxthreads/ChangeLog | |
parent | b721a2c03c079f8939fae82823b6f75ef5b6639b (diff) | |
download | glibc-b775be640a4d1621e9ebd6146a16c96dd69178c7.tar glibc-b775be640a4d1621e9ebd6146a16c96dd69178c7.tar.gz glibc-b775be640a4d1621e9ebd6146a16c96dd69178c7.tar.bz2 glibc-b775be640a4d1621e9ebd6146a16c96dd69178c7.zip |
Update.
* sysdeps/i386/Makefile: Make sure gcc uses a frame pointer for
all the files which use CURRENT_STACK_FRAME.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 3dfc5c7417..d51bcd42b3 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,8 @@ 2001-04-12 Ulrich Drepper <drepper@redhat.com> + * sysdeps/i386/Makefile: Make sure gcc uses a frame pointer for + all the files which use CURRENT_STACK_FRAME. + * sysdeps/i386/pt-machine.h (CURRENT_STACK_FRAME): Define using __builtin_frame_address. * sysdeps/i386/i686/pt-machine.h: Likewise. |