about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch/strstr.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2013-12-18 11:53:27 +1000
committerAllan McRae <allan@archlinux.org>2013-12-18 14:28:30 +1000
commit1818483b15d22016b0eae41d37ee91cc87b37510 (patch)
tree671c0713c560f5c493c16fb96e86c0df1e95c55b /sysdeps/i386/i686/multiarch/strstr.c
parent25de95bfd1f637f9392ffe7ecb6e875ac15eede5 (diff)
downloadglibc-1818483b15d22016b0eae41d37ee91cc87b37510.tar.gz
glibc-1818483b15d22016b0eae41d37ee91cc87b37510.tar.xz
glibc-1818483b15d22016b0eae41d37ee91cc87b37510.zip
Remove use of SSE4.2 functions for strstr on i686
The SSE4.2 have been removed from x86_64 by commit 584b18eb.  This patch
fixes the build on i686, which attempts to use the removed files.
Diffstat (limited to 'sysdeps/i386/i686/multiarch/strstr.c')
-rw-r--r--sysdeps/i386/i686/multiarch/strstr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/i386/i686/multiarch/strstr.c b/sysdeps/i386/i686/multiarch/strstr.c
deleted file mode 100644
index a97428c125..0000000000
--- a/sysdeps/i386/i686/multiarch/strstr.c
+++ /dev/null
@@ -1 +0,0 @@
-#include <sysdeps/x86_64/multiarch/strstr.c>