OSDN Git Service

Fix Thumb-2 memcpy.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 30 Jun 2009 21:16:56 +0000 (21:16 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 30 Jun 2009 21:16:56 +0000 (21:16 +0000)
commitea697ec9ea1cd82f8eb21c2a70bccc9e760bcc7a
tree781bc4a11782c7bf9c580fc3484f37de718ef3a7
parent60e244a98fbaa4c8637dd1c3147979633e5179aa
Fix Thumb-2 memcpy.

When an IT block was changed from having two instructions to having
one, the IT instruction at the start of the block was not updated,
causing memcpy to fail to assemble for Thumb-2; this patch makes the
obvious fix.

Signed-off-by: Joseph Myers <joseph@codesourcery.com>
libc/string/arm/_memcpy.S