diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-14 23:12:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-14 23:12:09 +0000 |
commit | 415ef7d8934577f9f9b460e5ebdf040aaa867b4c (patch) | |
tree | 2822d2f925490d26a59a7ccc65f0fe1cae5f87a9 /nptl/ChangeLog | |
parent | 52287505946d37a76ecfcb2d1b8a428206d4bb45 (diff) | |
download | glibc-415ef7d8934577f9f9b460e5ebdf040aaa867b4c.tar glibc-415ef7d8934577f9f9b460e5ebdf040aaa867b4c.tar.gz glibc-415ef7d8934577f9f9b460e5ebdf040aaa867b4c.tar.bz2 glibc-415ef7d8934577f9f9b460e5ebdf040aaa867b4c.zip |
* allocatestack.c (__stack_user): Use hidden_data_def.
* pthread_create.c (__pthread_keys): Likewise.
* init.c [__powerpc__] (__NR_set_tid_address): Define it.
* tst-fork4.c: New file.
* Makefile (tests): Add it.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 2cea8be0cc..9573fc3c79 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,15 @@ +2003-03-14 Steven Munroe <sjmunroe@us.ibm.com> + + * allocatestack.c (__stack_user): Use hidden_data_def. + * pthread_create.c (__pthread_keys): Likewise. + + * init.c [__powerpc__] (__NR_set_tid_address): Define it. + 2003-03-14 Roland McGrath <roland@redhat.com> + * tst-fork4.c: New file. + * Makefile (tests): Add it. + * descr.h (struct pthread): Move the union out of [!TLS_DTV_AT_TP], so we always define the padding space. [!TLS_DTV_AT_TP]: Give tcbhead_t field a name, `header', since GCC |