]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove $(have-cpp-asm-debuginfo) check
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 15 Sep 2012 20:08:45 +0000 (13:08 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 15 Sep 2012 20:08:45 +0000 (13:08 -0700)
ChangeLog
Makeconfig
NEWS
config.make.in
configure
configure.in

index cc6cf649c73e15df8148d36698ffcb93518d3929..b214afc0c03462f3d5748174761fc951130c402a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       [BZ #14587]
+       * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
+       * config.make.in (have-cpp-asm-debuginfo): Removed.
+       * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
+       * configure: Regenerated.
+
 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
 
        [BZ #5044]
index 3ed9746dcc6d8be71fd6bd997648215fcb782f7d..8d4f7b4404bfba88d4c5e8631e913911420f5a68 100644 (file)
@@ -801,11 +801,7 @@ endif
 
 # The assembler can generate debug information too.
 ifndef ASFLAGS
-ifeq ($(have-cpp-asm-debuginfo),yes)
 ASFLAGS := $(filter -g% -fdebug-prefix-map=%,$(CFLAGS))
-else
-ASFLAGS :=
-endif
 endif
 ASFLAGS += $(ASFLAGS-config) $(asflags-cpu)
 
diff --git a/NEWS b/NEWS
index c0ef036e7507d7f8ade4919ea320882573aac29c..adcb741b027d95ba7413f3500de793d0f450e1e3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,8 @@ Version 2.17
   13542, 13717, 13696, 13939, 13966, 14042, 14090, 14166, 14150, 14151,
   14154, 14157, 14166, 14173, 14195, 14237, 14252, 14283, 14298, 14303,
   14307, 14328, 14331, 14336, 14337, 14347, 14349, 14459, 14476, 14505,
-  14510, 14516, 14518, 14519, 14532, 14538, 14544, 14545, 14576, 14583
+  14510, 14516, 14518, 14519, 14532, 14538, 14544, 14545, 14576, 14583,
+  14587
 
 * Support for STT_GNU_IFUNC symbols added for s390 and s390x.
   Optimized versions of memcpy, memset, and memcmp added for System z10 and
index d84fe383c33c55291e88d5680661e1d5230c4f13..b6d1c945dc3a110538f97f7154283b7ffcf9dc6d 100644 (file)
@@ -55,7 +55,6 @@ have-Bgroup = @libc_cv_Bgroup@
 with-fp = @with_fp@
 old-glibc-headers = @old_glibc_headers@
 unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
-have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
 have-forced-unwind = @libc_cv_forced_unwind@
 have-fpie = @libc_cv_fpie@
 have-mfma4 = @libc_cv_cc_fma4@
index d159ce0e7b769db5fc729b0ccf85c65c67b823f1..739d2bd8b535d57825a552a0f4a36a96e0349c44 100755 (executable)
--- a/configure
+++ b/configure
@@ -589,7 +589,6 @@ libc_cv_cc_novzeroupper
 libc_cv_cc_sse2avx
 libc_cv_cc_avx
 libc_cv_cc_sse4
-libc_cv_cpp_asm_debuginfo
 libc_cv_forced_unwind
 libc_cv_rootsbindir
 libc_cv_localstatedir
@@ -7498,7 +7497,6 @@ fi
 
 
 
-
 
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fPIC is default" >&5
index a174646fab8cd9cd4b531dcf6a72b91acdee305b..878bf1aada5154df95611a273c82ae4c96b362bd 100644 (file)
@@ -2147,7 +2147,6 @@ AC_SUBST(libc_cv_rootsbindir)
 AC_SUBST(libc_cv_forced_unwind)
 
 dnl sysdeps/CPU/configure.in checks set this via arch-specific asm tests
-AC_SUBST(libc_cv_cpp_asm_debuginfo)
 AC_SUBST(libc_cv_cc_sse4)
 AC_SUBST(libc_cv_cc_avx)
 AC_SUBST(libc_cv_cc_sse2avx)