about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-10-08 14:50:22 -0700
committerRoland McGrath <roland@hack.frob.com>2015-10-08 14:50:22 -0700
commit240634ec353e3bf20e669201e6dca885ae35f42d (patch)
tree301306e089cddad901fea1f912af27bd6efb9e99 /ChangeLog
parent02018629a1397d03eccceacaf2ee1c50e3c4001c (diff)
downloadglibc-240634ec353e3bf20e669201e6dca885ae35f42d.tar.gz
glibc-240634ec353e3bf20e669201e6dca885ae35f42d.tar.xz
glibc-240634ec353e3bf20e669201e6dca885ae35f42d.zip
BZ#18872: Don't conditionalize build rules for test program.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df07ebfabf..8a4e803a29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-10-08  Roland McGrath  <roland@hack.frob.com>
+
+	[BZ #18872]
+	* stdio-common/Makefile ($(objpfx)tst-unbputc.out):
+	Move out from under [$(run-built-tests) = yes] conditional.
+	($(objpfx)tst-printf.out, $(objpfx)tst-printf-bz18872.c): Likewise.
+	($(objpfx)tst-printf-bz18872-mem.out): Likewise.
+
 2015-10-08  Carlos O'Donell  <carlos@redhat.com>
 
 	[BZ #18589]