diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-04-03 12:38:25 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-04-03 12:38:25 -0700 |
commit | ea2785e96fa503f3a2b5dd9f3a6ca65622b3c5f2 (patch) | |
tree | 6870b7495a22870475f3c113ea018fd58f00c6f8 /sysdeps/i386/dl-tlsdesc.S | |
parent | 27d3ce1467990f89126e228559dec8f84b96c60e (diff) | |
download | glibc-ea2785e96fa503f3a2b5dd9f3a6ca65622b3c5f2.tar glibc-ea2785e96fa503f3a2b5dd9f3a6ca65622b3c5f2.tar.gz glibc-ea2785e96fa503f3a2b5dd9f3a6ca65622b3c5f2.tar.bz2 glibc-ea2785e96fa503f3a2b5dd9f3a6ca65622b3c5f2.zip |
Fix memmove-vec-unaligned-erms.S
__mempcpy_erms and __memmove_erms can't be placed between __memmove_chk
and __memmove it breaks __memmove_chk.
Don't check source == destination first since it is less common.
* sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:
(__mempcpy_erms, __memmove_erms): Moved before __mempcpy_chk
with unaligned_erms.
(__memmove_erms): Skip if source == destination.
(__memmove_unaligned_erms): Don't check source == destination
first.
Diffstat (limited to 'sysdeps/i386/dl-tlsdesc.S')
0 files changed, 0 insertions, 0 deletions