mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
Merge branch 'master' of ssh://sourceware.org/git/glibc
Conflicts: ChangeLog
This commit is contained in:
commit
a5b913e299
@ -2,6 +2,15 @@
|
|||||||
|
|
||||||
* po/it.po: Update from translation team.
|
* po/it.po: Update from translation team.
|
||||||
|
|
||||||
|
2010-12-01 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
|
||||||
|
unused codes.
|
||||||
|
|
||||||
|
2010-11-30 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
|
* sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
|
||||||
|
|
||||||
2010-11-24 Andreas Schwab <schwab@redhat.com>
|
2010-11-24 Andreas Schwab <schwab@redhat.com>
|
||||||
|
|
||||||
* resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
|
* resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
|
||||||
|
@ -857,8 +857,8 @@ ifloat: 1
|
|||||||
ildouble: 2
|
ildouble: 2
|
||||||
ldouble: 2
|
ldouble: 2
|
||||||
Test "yn (10, 0.75) == -2133501638.90573424452445412893839236":
|
Test "yn (10, 0.75) == -2133501638.90573424452445412893839236":
|
||||||
float: 1
|
float: 2
|
||||||
ifloat: 1
|
ifloat: 2
|
||||||
ildouble: 4
|
ildouble: 4
|
||||||
ldouble: 4
|
ldouble: 4
|
||||||
Test "yn (10, 1.0) == -121618014.278689189288130426667971145":
|
Test "yn (10, 1.0) == -121618014.278689189288130426667971145":
|
||||||
|
@ -70,9 +70,7 @@ ENTRY (STRCMP)
|
|||||||
movl CNT(%esp), %ebp
|
movl CNT(%esp), %ebp
|
||||||
cmp $16, %ebp
|
cmp $16, %ebp
|
||||||
jb L(less16bytes_sncmp)
|
jb L(less16bytes_sncmp)
|
||||||
jmp L(more16bytes)
|
#else
|
||||||
#endif
|
|
||||||
|
|
||||||
movzbl (%eax), %ecx
|
movzbl (%eax), %ecx
|
||||||
cmpb %cl, (%edx)
|
cmpb %cl, (%edx)
|
||||||
jne L(neq)
|
jne L(neq)
|
||||||
@ -123,11 +121,6 @@ ENTRY (STRCMP)
|
|||||||
|
|
||||||
add $8, %edx
|
add $8, %edx
|
||||||
add $8, %eax
|
add $8, %eax
|
||||||
#ifdef USE_AS_STRNCMP
|
|
||||||
cmp $8, %ebp
|
|
||||||
lea -8(%ebp), %ebp
|
|
||||||
je L(eq)
|
|
||||||
L(more16bytes):
|
|
||||||
#endif
|
#endif
|
||||||
movl %edx, %ecx
|
movl %edx, %ecx
|
||||||
and $0xfff, %ecx
|
and $0xfff, %ecx
|
||||||
|
Loading…
Reference in New Issue
Block a user