diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-04-11 00:02:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-04-11 00:02:52 +0000 |
commit | 153cf97250c5d8fe8e9a7b43db1673cc9acfc4e3 (patch) | |
tree | 3c70edbdf610c1dd8bd17aa9732e9e29e0effb40 /ChangeLog | |
parent | d1235fdf097cfdfe48cbcc630553ba28d53f96a2 (diff) | |
download | glibc-153cf97250c5d8fe8e9a7b43db1673cc9acfc4e3.tar.gz glibc-153cf97250c5d8fe8e9a7b43db1673cc9acfc4e3.tar.xz glibc-153cf97250c5d8fe8e9a7b43db1673cc9acfc4e3.zip |
[BZ #5741]
2008-01-24 Steven Munroe <sjmunroe@us.ibm.com> [BZ #5741] * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF): Define additonal Data Cache Block instruction macros. (elf_machine_fixup_plt): Add dcbt for opd and plt entries. Replace dcbst with dcbf and sync with sync/isync.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c975017272..37af8e0f1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-01-24 Steven Munroe <sjmunroe@us.ibm.com> + + [BZ #5741] + * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF): + Define additonal Data Cache Block instruction macros. + (elf_machine_fixup_plt): Add dcbt for opd and plt entries. + Replace dcbst with dcbf and sync with sync/isync. + 2008-02-21 Alan Modra <amodra@bigpond.net.au> * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class): |