diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-09 22:28:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-09 22:28:22 +0000 |
commit | ada0ce8f414c34001e632c57af326458cc1917f4 (patch) | |
tree | 5476e0a3948a6fc1c69b9c52f0c7a407876aa2cc | |
parent | f57ae0b24679acc9db13dd6e95c6ee05cc837e09 (diff) | |
download | glibc-ada0ce8f414c34001e632c57af326458cc1917f4.tar.gz glibc-ada0ce8f414c34001e632c57af326458cc1917f4.tar.xz glibc-ada0ce8f414c34001e632c57af326458cc1917f4.zip |
Update.
2000-09-09 Ulrich Drepper <drepper@redhat.com> * sysdeps/powerpc/dl-machine.c: Add volatile to PPC_DCBST, PPC_SYNC, and PPC_ICBI asm for broken compilers. Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index dee7ae41b5..c3dca119cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-09-09 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/powerpc/dl-machine.c: Add volatile to PPC_DCBST, PPC_SYNC, + and PPC_ICBI asm for broken compilers. + Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>. + 2000-09-09 Andreas Jaeger <aj@suse.de> * manual/message.texi (Advanced gettext functions): Fix typo. |