summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-08-12 15:13:10 -0400
committerMike Frysinger <vapier@gentoo.org>2012-08-14 21:37:00 -0400
commitca98e1710e2decb724d57c29ad13537982152ac0 (patch)
tree1ada504f41a2fb442cd089ada6988809827ab8fe /ChangeLog
parentd427a4f8a4a57ce4211f81c0336cb1e2eb5f4eef (diff)
downloadglibc-ca98e1710e2decb724d57c29ad13537982152ac0.tar.gz
glibc-ca98e1710e2decb724d57c29ad13537982152ac0.tar.xz
glibc-ca98e1710e2decb724d57c29ad13537982152ac0.zip
i386/x86_64: punt HAVE_CPP_ASM_DEBUGINFO
Pretty sure we require recent enough versions of gcc/binutils to make this
check pointless.  I can't any logs in the last few years where this check
didn't return "yes".

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f23a23175..d6ef5e917c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2012-08-14  Mike Frysinger  <vapier@gentoo.org>
+
+	* config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
+	* sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
+	* sysdeps/i386/configure: Regenerated.
+	* sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
+	STABS_CURRENT_FILE, and STABS_FUN.
+	(END): Remove call to STABS_FUN_END.
+	(STABS_CURRENT_FILE1): Delete.
+	(STABS_CURRENT_FILE): Likewise.
+	(STABS_FUN): Likewise.
+	(STABS_FUN_END): Likewise.
+	(STABS_FUN2): Likewise.
+	* sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
+	* sysdeps/x86_64/configure: Regenerated.
+
 2012-08-14  Roland McGrath  <roland@hack.frob.com>
 
 	* elf/dl-open.c: Include <atomic.h>.