summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-08-24 03:57:56 +0000
committerUlrich Drepper <drepper@redhat.com>2007-08-24 03:57:56 +0000
commit44b2e5815b3d77e82a2b0bf0b729388c697cae8a (patch)
treec5345a63aa0391ac5de276830baaa8f44e4029ff /ChangeLog
parent73e3ff07a3354d6c095e2945560755c8bc0a4387 (diff)
* sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
align stack for call if pltexit is to be used.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a00dd5823..e001d1a604 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-08-23 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
+ align stack for call if pltexit is to be used.
+
[BZ #3924]
* sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
align for function call in case pltexit has to be called later.