diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-24 02:58:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-24 02:58:08 +0000 |
commit | 73e3ff07a3354d6c095e2945560755c8bc0a4387 (patch) | |
tree | 8111b1f4695205d356d463b6e4bd47226d767b5d /ChangeLog | |
parent | 62e1b1f5644f5a0d913b91e7cc1bca4c6c32cf43 (diff) | |
download | glibc-73e3ff07a3354d6c095e2945560755c8bc0a4387.tar glibc-73e3ff07a3354d6c095e2945560755c8bc0a4387.tar.gz glibc-73e3ff07a3354d6c095e2945560755c8bc0a4387.tar.bz2 glibc-73e3ff07a3354d6c095e2945560755c8bc0a4387.zip |
[BZ #3924]
* sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
align for function call in case pltexit has to be called later.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-08-23 Ulrich Drepper <drepper@redhat.com> + [BZ #3924] + * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly + align for function call in case pltexit has to be called later. + * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid implicit atomic operation when storing function pointer. (_dl_runtime_profile): Likewise. |