diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-29 08:50:03 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-29 08:50:03 -0700 |
commit | 649bf1332071954cbae3e9159708aea1b7c9ae31 (patch) | |
tree | 9bbcc65483680119bb8d10a7d6088a5692e0b272 /ChangeLog | |
parent | 09e0389eb12491d3e9ef74b299b66efdd67adb1c (diff) | |
download | glibc-649bf1332071954cbae3e9159708aea1b7c9ae31.tar.gz glibc-649bf1332071954cbae3e9159708aea1b7c9ae31.tar.xz glibc-649bf1332071954cbae3e9159708aea1b7c9ae31.zip |
Improve CFI in x86-64 ld.so trampoline code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 856689f1c0..081d59b28d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-07-29 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI + information. + 2009-07-28 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/x86_64/dl-trampoline.S: Properly restore AVX registers. |