* sysdeps/sh/memset.S (memset): Correct 2nd argument handling.
authorRoland McGrath <roland@gnu.org>
Sun, 24 Jul 2005 22:54:37 +0000 (22:54 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 24 Jul 2005 22:54:37 +0000 (22:54 +0000)
ChangeLog
sysdeps/sh/memset.S

index cc6f725..44cdd21 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-24  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
+
+       * sysdeps/sh/memset.S (memset): Correct 2nd argument handling.
+
 2005-07-24  Ulrich Drepper  <drepper@redhat.com>
 
        [BZ #1125]
index ca23449..9a8e2ef 100644 (file)
@@ -28,6 +28,7 @@ ENTRY(memset)
        bt.s    L_byte_loop_init
        mov     r4,r7
 
+       extu.b  r5,r5
        swap.b  r5,r1
        or      r1,r5
        swap.w  r5,r1