Fix a thinko/typo in i686's memmove (aka __memmove_ia32).
authorYuriy Kaminskiy <yumkam@gmail.com>
Wed, 8 Jan 2014 20:49:54 +0000 (09:49 +1300)
committerMaxim Kuvyrkov <maxim@kugelworks.com>
Wed, 8 Jan 2014 20:49:54 +0000 (09:49 +1300)
commit66671c84d58d6ae705bac39dc476c3d3b2b81116
tree3d7bf9eee443213d53d505ad3a640c521a038460
parent38f3458175ecf7c3588bd5b6e465f4d9205fbe1c
Fix a thinko/typo in i686's memmove (aka __memmove_ia32).

* sysdeps/i386/i686/memmove.S (memmove): Compare distance between
SRC and DEST against LEN.
ChangeLog
NEWS
sysdeps/i386/i686/memmove.S