diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-29 17:34:38 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-29 17:34:38 +0000 |
commit | 14508bd8913482d0e3627ea43076fab77a35725e (patch) | |
tree | 8ba3ef1d4d21ffb23b75672b65a878993071cd10 /lib/ChangeLog | |
parent | f03b0c306018102ebc9a0e9f0dad012b7416bd92 (diff) | |
download | coreutils-14508bd8913482d0e3627ea43076fab77a35725e.tar.xz |
Use sizeof, not alignof, in memchr and memrchr.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index e3d5dfc92..022d9d27a 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2004-07-29 Paul Eggert <eggert@cs.ucla.edu> + + * memchr.c (UNALIGNED_P): Use sizeof, not alignof, for better + performance on m68k-linux. Reported by Andreas Schwab in + <http://lists.gnu.org/archive/html/bug-coreutils/2004-07/msg00104.html>. + * memrchr.c (UNALIGNED_P): Likewise. + 2004-07-28 Paul Eggert <eggert@cs.ucla.edu> * userspec.c: Include <stdbool.h>, "inttostr.h". |