From 65a1148bdd57d02fff9b0b5a2cc2627a5dfd6445 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 14 Nov 2009 19:20:19 -0800 Subject: Use a simple loop on data shorter than software pipeline. When data is shorter than software pipeline, recovery may fail. This patch avoids it by using a simple loop on data shorter than software pipeline. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a3c626c2aa..c3918b74c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-11-09 H.J. Lu + + [BZ #10162] + * sysdeps/ia64/memchr.S: Use a simple loop on data shorter than + software pipeline. + 2009-11-09 Mike Frysinger * sysdeps/unix/sysv/linux/i386/fallocate.c: Include errno.h. -- cgit v1.2.3