]> sourceware.org Git - glibc.git/commitdiff
* csu/tst-empty.c: New file.
authorRoland McGrath <roland@gnu.org>
Sat, 12 Apr 2003 00:17:14 +0000 (00:17 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 12 Apr 2003 00:17:14 +0000 (00:17 +0000)
* csu/Makefile (tests, tests-static): Add it.

ChangeLog
linuxthreads/ChangeLog
nptl/ChangeLog

index aa8bd7b4cafc0e6e11dab4804fec4b9983f506b1..9f1eb446f14abedb13d114b4d0f2020b91dfb992 100644 (file)
--- 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
index 407385e734a389d632fd6a4a3c44ac604383416d..3cc1970f9a82f779b0a6359fe85e0b0bac98e5f4 100644 (file)
@@ -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.
index 0c3a3587767470a3192668c28366c0abb01124ff..6ffe62314ee71f2c898f116097056841f4ad4d08 100644 (file)
@@ -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.
This page took 0.058581 seconds and 5 git commands to generate.