about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWill Hawkins <hawkinsw@borlaugic.com>2017-10-19 22:25:26 -0700
committerCarlos O'Donell <carlos@systemhalted.org>2017-10-20 09:29:09 -0700
commitb9a558e790c7f13f04f3fcf229f12543b8119732 (patch)
tree2fe7e4ed9d62299a2bffb011071832ac3cf0df67 /ChangeLog
parentb6b08b8e21e8393089765b64a96953d215b3454c (diff)
downloadglibc-b9a558e790c7f13f04f3fcf229f12543b8119732.tar.gz
glibc-b9a558e790c7f13f04f3fcf229f12543b8119732.tar.xz
glibc-b9a558e790c7f13f04f3fcf229f12543b8119732.zip
resolv: Remove bogus targets that build ga_test
Remove the bogus targets (and source) that supposedly build ga_test.
This code was added to resolv very early in the development process
but does not appear to be an actual test program. The target for
building this file is tests but because the glibc Make system is
built the way it is, the target is overriden by higher-level tests
targets and, therefore, the ga_test program is never built. Removing
the target and the source code makes the resolv/Makefile less confusing.

Tested by building and running 'make check' on 64 bit host running
Kernel 4.10.0-19 configured with
 --prefix=/home/hawkinsw/code/glibc-build/install
 --enable-hardcoded-path-in-tests
 --disable-mathvec

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fbf8fddd55..148ec301c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-10-20  Will Hawkins  <hawkinsw@borlaugic.com>
+
+	* resolv/Makefile [$(build-shared)$(have-thread-library) == yesyes]
+	(tests): Remove	$(objpfx)ga_test depdendency.
+	* resolv/ga_test.c: Remove file.
+
 2017-10-20  Mike FABIAN  <mfabian@redhat.com>
 
 	[BZ #18812]