about summary refs log tree commit diff
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
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.
-rw-r--r--ChangeLog5
-rw-r--r--linuxthreads/ChangeLog19
-rw-r--r--nptl/ChangeLog8
3 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa8bd7b4ca..9f1eb446f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-11  Roland McGrath  <roland@redhat.com>
+
+	* csu/tst-empty.c: New file.
+	* csu/Makefile (tests, tests-static): Add it.
+
 2003-04-11  Jakub Jelinek  <jakub@redhat.com>
 
 	* string/test-strcmp.c (do_random_tests): Test whether return value
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 407385e734..3cc1970f9a 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,22 @@
+2003-04-11  Roland McGrath  <roland@redhat.com>
+
+	* Makefile (multidir): Don't set the variable here with $(shell ...).
+	($(objpfx)multidir.mk): New target, generated makefile; include that.
+	(generated): Append it.
+
+2003-04-10  Jakub Jelinek  <jakub@redhat.com>
+
+	* Makefile (multidir, crti-objs, crtn-objs): New variables.
+	(generated-dirs): Add pathname component of multidir.
+	(omit-deps, extra-objs): Include $(multidir)/crt? as well.
+	($(objpfx)libpthread.so): Depend on $(multidir)/crt?.o as well.
+	($(objpfx)$(multidir), $(objpfx)$(multidir)/crti.o,
+	$(objpfx)$(multidir)/crtn.o): New.
+	* sysdeps/unix/sysv/linux/sparc/Makefile: Removed.
+	* sysdeps/unix/sysv/linux/x86_64/Makefile (LDFLAGS-pthread.so,
+	before-compile, generated): Don't generate and use specs.
+	($(objpfx)specs): Remove.
+
 2003-04-11  Martin Schwidefsky  <schwidefsky@de.ibm.com>
 
 	* sysdeps/s390/pspinlock.c (__pthread_spin_unlock): Fix asm contraints.
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.