summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-31 17:27:38 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-31 17:27:38 -0700
commite4143e7a06455b073c41a6025fcd28fc5c134211 (patch)
treebd23efeb5b50bf01f164cb9c6759c917953a7a58 /ChangeLog
parent66ae9e50a336d87f943cc6314a0d405820fcdf8b (diff)
Optimize x86 and x86-64 ____longjmp_chk for Linux.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb046fe4c4..6d2a62b48c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.