]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 2 Dec 2003 08:24:38 +0000 (08:24 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 2 Dec 2003 08:24:38 +0000 (08:24 +0000)
lib/ChangeLog

index 8b33788b5342a45a31a79714a2708b8d8c990559..ece9dd5c060324ff0b9367d03448e7653f044b4c 100644 (file)
@@ -1,3 +1,9 @@
+2003-12-02  Jim Meyering  <jim@meyering.net>
+
+       * md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
+       days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
+       http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
+
 2003-11-29  Jim Meyering  <jim@meyering.net>
 
        * c-strtod.c (c_strtod): Save and restore original LC_NUMERIC setting,