From 6b58cbc02d642a18343fbb8663e76d87a538dd4a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 9 Feb 2001 05:33:59 +0000 Subject: Update. 2001-02-08 Ulrich Drepper * sysdeps/alpha/strrchr.S: Little optimization. Patch by Richard Henderson . * sysdeps/alpha/alphaev67/strrchr.S: New file. Contributed by Rick Gorton .. 2001-02-08 kaz Kojima * sysdeps/sh/sh3/setjmp.S (__sigsetjmp): Correct function name in the assembler end directive. pointer in FILE structure before calling _IO_init. correctly. For numbers ending in all zeros eat the zeros even before --- sysdeps/alpha/strrchr.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/alpha/strrchr.S') diff --git a/sysdeps/alpha/strrchr.S b/sysdeps/alpha/strrchr.S index 9997961..0faa8cc 100644 --- a/sysdeps/alpha/strrchr.S +++ b/sysdeps/alpha/strrchr.S @@ -39,7 +39,7 @@ ENTRY(strrchr) .prologue 0 #endif - zapnot a1, 1, a1 # e0 : zero extend our test character + and a1, 0xff, a1 # e0 : zero extend our test character mov zero, t6 # .. e1 : t6 is last match aligned addr sll a1, 8, t5 # e0 : replicate our test character mov zero, t7 # .. e1 : t7 is last match byte compare mask -- cgit v1.1