diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-03-14 23:57:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-03-14 23:57:33 +0000 |
commit | 1f7c90a722f7a4cde0a47be1968dee4e1ad876a4 (patch) | |
tree | c2ed35d37528c9464dba2a83a0f90df341620cc4 /ChangeLog | |
parent | 4546646233574f321f9deedff928b980d82f4fc7 (diff) | |
download | glibc-1f7c90a722f7a4cde0a47be1968dee4e1ad876a4.tar.gz glibc-1f7c90a722f7a4cde0a47be1968dee4e1ad876a4.tar.xz glibc-1f7c90a722f7a4cde0a47be1968dee4e1ad876a4.zip |
[BZ #9893]
* sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix alignement of La_x86_64_regs. Store xmm parameters. Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 69b6d8e90f..fe5474228b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-03-14 Ulrich Drepper <drepper@redhat.com> + [BZ #9893] + * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix + alignement of La_x86_64_regs. Store xmm parameters. + Patch mostly by Jiri Olsa <olsajiri@gmail.com>. + [BZ #9913] * string/strverscmp.c (__strverscmp): Fix case of different digits in fractional part of string. |