]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Workaround assembler bug sneaking in nopl
authorAndreas Schwab <schwab@redhat.com>
Mon, 21 Jun 2010 14:54:50 +0000 (16:54 +0200)
committerAndreas Schwab <schwab@redhat.com>
Mon, 21 Jun 2010 15:04:32 +0000 (17:04 +0200)
ChangeLog
sysdeps/i386/i686/Makefile

index 03eb57adec7d44500fd3e49e2cdc304c52fb93c9..4322a6f19a9a0eed800c525b389048e6f560b42e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-21  Andreas Schwab  <schwab@redhat.com>
+
+       * sysdeps/i386/i686/Makefile: Don't pass -mtune to assembler.
+
 2010-06-07  Andreas Schwab  <schwab@redhat.com>
 
        * dlfcn/Makefile: Remove explicit dependencies on libc.so and
index e6b2924584d394f83a32323d14cf4639252aed9b..dbcf1c33d3c942f9450e1ca29ed81099417ab8ef 100644 (file)
@@ -9,19 +9,3 @@ stack-align-test-flags += -msse
 ifeq ($(subdir),string)
 sysdep_routines += cacheinfo
 endif
-
-ifeq (yes,$(config-asflags-i686))
-CFLAGS-.o += -Wa,-mtune=i686
-CFLAGS-.os += -Wa,-mtune=i686
-CFLAGS-.op += -Wa,-mtune=i686
-CFLAGS-.og += -Wa,-mtune=i686
-CFLAGS-.ob += -Wa,-mtune=i686
-CFLAGS-.oS += -Wa,-mtune=i686
-
-ASFLAGS-.o += -Wa,-mtune=i686
-ASFLAGS-.os += -Wa,-mtune=i686
-ASFLAGS-.op += -Wa,-mtune=i686
-ASFLAGS-.og += -Wa,-mtune=i686
-ASFLAGS-.ob += -Wa,-mtune=i686
-ASFLAGS-.oS += -Wa,-mtune=i686
-endif