diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-04-08 21:43:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-04-08 21:43:57 +0000 |
commit | 776cc5d31c5e8031315b1a0e4fb73e3755b18eba (patch) | |
tree | bcf167beed7163cf84f67df0f9a9cb5daa248502 /linuxthreads | |
parent | 3632a260206ba5ea8d5d6a37af54aedac774e20d (diff) | |
download | glibc-776cc5d31c5e8031315b1a0e4fb73e3755b18eba.tar glibc-776cc5d31c5e8031315b1a0e4fb73e3755b18eba.tar.gz glibc-776cc5d31c5e8031315b1a0e4fb73e3755b18eba.tar.bz2 glibc-776cc5d31c5e8031315b1a0e4fb73e3755b18eba.zip |
Update.
2002-04-08 Ulrich Drepper <drepper@redhat.com>
* Makerules: Use cppflags-iterator.mk to add defines for all test
source files.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index cfcfe4c872..36820a4369 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,12 @@ +2002-04-08 kaz Kojima <kkojima@rr.iij4u.or.jp> + + * sysdeps/sh/pt-machine.h: Define _PT_MACHINE_H + if it isn't defined yet. + (FLOATING_STACKS, EARCH_STACK_MAX_SIZE): Defined. + (THREAD_GETMEM, THREAD_GETMEM_NC, THREAD_SETMEM, THREAD_SETMEM_NC): + Likewise. + * sysdeps/sh/tls.h: New file. + 2002-04-08 Jakub Jelinek <jakub@redhat.com> * manager.c (__pthread_manager_event): Use self instead of arg |