about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2017-09-06 14:35:23 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2017-09-06 14:35:23 -0300
commit65687ac76c1640e4e01920c0d7c20aff374e6b8c (patch)
tree2b8efc334b88e468056f7b1f5a3439d5405c80cb /ChangeLog
parentab5ac271e6210fa0af11cf3ca525ce573bc47c48 (diff)
downloadglibc-65687ac76c1640e4e01920c0d7c20aff374e6b8c.tar.gz
glibc-65687ac76c1640e4e01920c0d7c20aff374e6b8c.tar.xz
glibc-65687ac76c1640e4e01920c0d7c20aff374e6b8c.zip
Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858)
Since the removal of bits/string.h, _HAVE_STRING_ARCH_* are no
longer used.  This patch removes the unused macros from i686
and x86_64 sysdeps folder.

Checked on x86_64-linux-gnu and i686-linux-gnu.

	* sysdeps/i386/i686/multiarch/strncpy.c (_HAVE_STRING_ARCH_strncpy):
	Remove define.
	* sysdeps/x86_64/multiarch/stpcpy.c (_HAVE_STRING_ARCH_stpcpy):
	Likewise.
	* sysdeps/x86_64/multiarch/strcspn.c (_HAVE_STRING_ARCH_strcspn):
	Likewise.
	* sysdeps/x86_64/multiarch/strncat.c (_HAVE_STRING_ARCH_strncat):
	Likewise.
	* sysdeps/x86_64/multiarch/strncpy.c (_HAVE_STRING_ARCH_strncpy):
	Likewise.
	* sysdeps/x86_64/multiarch/strpbrk.c (_HAVE_STRING_ARCH_strpbrk):
	Likewise.
	* sysdeps/x86_64/multiarch/strspn.c (_HAVE_STRING_ARCH_strspn):
	Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 815c8fd327..f570ec0d07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2017-09-06  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+
+	* sysdeps/i386/i686/multiarch/strncpy.c (_HAVE_STRING_ARCH_strncpy):
+	Remove define.
+	* sysdeps/x86_64/multiarch/stpcpy.c (_HAVE_STRING_ARCH_stpcpy):
+	Likewise.
+	* sysdeps/x86_64/multiarch/strcspn.c (_HAVE_STRING_ARCH_strcspn):
+	Likewise.
+	* sysdeps/x86_64/multiarch/strncat.c (_HAVE_STRING_ARCH_strncat):
+	Likewise.
+	* sysdeps/x86_64/multiarch/strncpy.c (_HAVE_STRING_ARCH_strncpy):
+	Likewise.
+	* sysdeps/x86_64/multiarch/strpbrk.c (_HAVE_STRING_ARCH_strpbrk):
+	Likewise.
+	* sysdeps/x86_64/multiarch/strspn.c (_HAVE_STRING_ARCH_strspn):
+	Likewise.
+
 2017-09-06  Florian Weimer  <fweimer@redhat.com>
 
 	* malloc/dynarray_emplace_enlarge.c