about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-29 09:01:04 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-29 09:01:04 -0700
commit586fa886ad1473759cddf897691fd3c63a6d2360 (patch)
treecdf7ee2bdd0e4276d16c5feec9fed0a5dc9e783f /ChangeLog
parent649bf1332071954cbae3e9159708aea1b7c9ae31 (diff)
downloadglibc-586fa886ad1473759cddf897691fd3c63a6d2360.tar.gz
glibc-586fa886ad1473759cddf897691fd3c63a6d2360.tar.xz
glibc-586fa886ad1473759cddf897691fd3c63a6d2360.zip
Fix x86-64 TCB alignment for future processor versions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 081d59b28d..0273a595c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,6 @@
 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
 
-	* sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI
-	information.
+	* sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI.
 
 2009-07-28  H.J. Lu  <hongjiu.lu@intel.com>