diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-11-16 09:36:15 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2011-11-16 11:48:10 +0100 |
commit | 5583a0862cf94f71cbcde91c4043a20af65facca (patch) | |
tree | a65c1c861d8905d334a2f11fc9909e28cc269845 /ChangeLog | |
parent | d62a8200e1523a19c722eab97f54e34079fc3d0e (diff) | |
download | glibc-5583a0862cf94f71cbcde91c4043a20af65facca.tar glibc-5583a0862cf94f71cbcde91c4043a20af65facca.tar.gz glibc-5583a0862cf94f71cbcde91c4043a20af65facca.tar.bz2 glibc-5583a0862cf94f71cbcde91c4043a20af65facca.zip |
Fix SSSE3/SSE4.2 strcasecmp[_l]/strncasecmp[_l] for non-PIC and -mno-tls-direct-seg-refs
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2011-11-16 Andreas Schwab <schwab@redhat.com> + + * sysdeps/i386/i686/multiarch/strcmp-ssse3.S + [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC. + [USE_AS_STRNCASECMP_L]: Likewise. + (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle + NO_TLS_DIRECT_SEG_REFS. + * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]: + Fix argument offsets for non-PIC. + [USE_AS_STRNCASECMP_L]: Likewise. + (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle + NO_TLS_DIRECT_SEG_REFS. + 2011-11-15 Ulrich Drepper <drepper@gmail.com> * locale/loadarchive.c (_nl_load_locale_from_archive): Open files to |