about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-10-26 22:44:18 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-10-26 22:44:18 +0000
commit8c0c01dbe70e00b6b85425d0c5c22b30bd2fc1ac (patch)
tree3496d3751ae38930a37772119d55fef7753b2a8d /ChangeLog
parente39edb0552323e32a70ea4cf34137cf141ccebfd (diff)
downloadglibc-8c0c01dbe70e00b6b85425d0c5c22b30bd2fc1ac.tar.gz
glibc-8c0c01dbe70e00b6b85425d0c5c22b30bd2fc1ac.tar.xz
glibc-8c0c01dbe70e00b6b85425d0c5c22b30bd2fc1ac.zip
Remove configure test for assembler .text directive.
There is a configure test for assembler support for the .text
directive.

I suppose this test must have been aimed at some non-ELF platform or
non-GNU assembler.  Certainly the GNU assembler has had ELF-specific
architecture-independent handling for .text since version 2.2, and
generic non-ELF-specific support predates that.

This patch removes this test as obsolete.

Tested for x86_64 and x86 (testsuite, and that installed shared
libraries are unchanged by the patch).

	* configure.ac (libc_cv_dot_text): Remove configure test.
	(libc_cv_asm_set_directive): Use .text instead of
	${libc_cv_dot_text} in configure test.
	* configure: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b9be31b25..91f83c41c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-10-26  Joseph Myers  <joseph@codesourcery.com>
+
+	* configure.ac (libc_cv_dot_text): Remove configure test.
+	(libc_cv_asm_set_directive): Use .text instead of
+	${libc_cv_dot_text} in configure test.
+	* configure: Regenerated.
+
 2015-10-26  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #19168]