* sysdeps/sh/memset.S (memset): Correct 2nd argument handling.

This commit is contained in:
Roland McGrath 2005-07-24 22:54:37 +00:00
parent 9bb50816d4
commit 95029045a3
2 changed files with 5 additions and 0 deletions

View File

@ -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]

View 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