diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-31 17:27:38 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-31 17:27:38 -0700 |
commit | e4143e7a06455b073c41a6025fcd28fc5c134211 (patch) | |
tree | bd23efeb5b50bf01f164cb9c6759c917953a7a58 /ChangeLog | |
parent | 66ae9e50a336d87f943cc6314a0d405820fcdf8b (diff) | |
download | glibc-e4143e7a06455b073c41a6025fcd28fc5c134211.tar glibc-e4143e7a06455b073c41a6025fcd28fc5c134211.tar.gz glibc-e4143e7a06455b073c41a6025fcd28fc5c134211.tar.bz2 glibc-e4143e7a06455b073c41a6025fcd28fc5c134211.zip |
Optimize x86 and x86-64 ____longjmp_chk for Linux.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-07-31 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Yet + another rewrite. Much smaller and faster. + * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise. + * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Get ss_flags from the correct location. |