diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-24 03:57:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-24 03:57:56 +0000 |
commit | 44b2e5815b3d77e82a2b0bf0b729388c697cae8a (patch) | |
tree | c5345a63aa0391ac5de276830baaa8f44e4029ff /ChangeLog | |
parent | 73e3ff07a3354d6c095e2945560755c8bc0a4387 (diff) | |
download | glibc-44b2e5815b3d77e82a2b0bf0b729388c697cae8a.tar.gz glibc-44b2e5815b3d77e82a2b0bf0b729388c697cae8a.tar.xz glibc-44b2e5815b3d77e82a2b0bf0b729388c697cae8a.zip |
* 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-- | ChangeLog | 3 |
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. |