about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-04-12 00:17:14 +0000
committerRoland McGrath <roland@gnu.org>2003-04-12 00:17:14 +0000
commit0dc44b51cdc9932082318e179186194fbc724e52 (patch)
treeb7e5794de54df08f3cbe622fc6fb23f051cb0651 /nptl/ChangeLog
parent78c9da10d2c85c30de91e16c4ed3bb7f047acab9 (diff)
downloadglibc-0dc44b51cdc9932082318e179186194fbc724e52.tar.gz
glibc-0dc44b51cdc9932082318e179186194fbc724e52.tar.xz
glibc-0dc44b51cdc9932082318e179186194fbc724e52.zip
* csu/tst-empty.c: New file.
	* csu/Makefile (tests, tests-static): Add it.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 0c3a358776..6ffe62314e 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,11 @@
+2003-04-11  Roland McGrath  <roland@redhat.com>
+
+	* Makefile ($(objpfx)multidir.mk): New target, generated makefile that
+	sets variable `multidir'; include that.
+	(generated): Add it.
+	($(objpfx)$(multidir)/crti.o): New target.
+	[$(multidir) != .] (generated-dirs, extra-objs, omit-deps): Add it.
+
 2003-04-11  Ulrich Drepper  <drepper@redhat.com>
 
 	* tst-attr2.c (do_test): Add cast to avoid warning.