diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-06 09:02:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-06 09:02:20 +0000 |
commit | 3a370de88f9ca928a90d1fa88afaf5d17d939fb6 (patch) | |
tree | f0cc40c17bc131b1f8ee7c5d9af5cf8afb70e1df /ChangeLog | |
parent | 7a8a8e21cd64ad7e6241609968d98d7a3d3e30ab (diff) | |
download | glibc-3a370de88f9ca928a90d1fa88afaf5d17d939fb6.zip glibc-3a370de88f9ca928a90d1fa88afaf5d17d939fb6.tar.gz glibc-3a370de88f9ca928a90d1fa88afaf5d17d939fb6.tar.bz2 |
Update.
2003-06-06 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/i386/sysdep.h (ASMFMT_2): Only allow
%edx for first parameter. This means no pushl and therefore the
unwind info isn't screwed up.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-06-06 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/i386/sysdep.h (ASMFMT_2): Only allow + %edx for first parameter. This means no pushl and therefore the + unwind info isn't screwed up. + 2003-06-04 Richard Henderson <rth@redhat.com> * sysdeps/alpha/dl-machine.h (RTLD_START): Fix top-of-stack backtrace. |