]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/glibc/glibc-rh631011.patch
dhcpcd: fix delay after dhcp down.
[ipfire-2.x.git] / src / patches / glibc / glibc-rh631011.patch
CommitLineData
12788f63
MT
12010-08-19 Andreas Schwab <schwab@redhat.com>
2
3 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
4
5Index: glibc-2.12-2-gc4ccff1/sysdeps/i386/i686/multiarch/strspn.S
6===================================================================
7--- glibc-2.12-2-gc4ccff1.orig/sysdeps/i386/i686/multiarch/strspn.S
8+++ glibc-2.12-2-gc4ccff1/sysdeps/i386/i686/multiarch/strspn.S
9@@ -65,7 +65,7 @@ ENTRY(strspn)
10 jne 1f
11 call __init_cpu_features
12 1: leal __strspn_ia32, %eax
13- testl $index_SSE2, CPUID_OFFSET+index_SSE4_2+__cpu_features
14+ testl $bit_SSE4_2, CPUID_OFFSET+index_SSE4_2+__cpu_features
15 jz 2f
16 leal __strspn_sse42, %eax
17 2: ret