diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-05 00:57:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-05 00:57:29 +0000 |
commit | 535b764df5ca722066c2db615190e6a70688c6a6 (patch) | |
tree | 06f6ba9853ac4e8f698fc1e3b0b4cb80ffd06bae /linuxthreads_db/ChangeLog | |
parent | 67ddea92542c12f2099a89dbc58a045a65bb7771 (diff) | |
download | glibc-535b764df5ca722066c2db615190e6a70688c6a6.tar.gz glibc-535b764df5ca722066c2db615190e6a70688c6a6.tar.xz glibc-535b764df5ca722066c2db615190e6a70688c6a6.zip |
Update.
* elf/rtld.c (_dl_start_final): Allocate TLS and initialize thread-pointer as soon as possible. * sysdeps/generic/ldsodefs.h: Include <tls.h>. Define first TLS elements in rtld_global. * sysdeps/generic/tls.h: New file. * elf/Makefile (distribute): Add tls.h. * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS relocations. Not complete yet. * resolv/resolv.h: Allow user to define __need_res_state and only define __res_start structure then. * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
Diffstat (limited to 'linuxthreads_db/ChangeLog')
-rw-r--r-- | linuxthreads_db/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/linuxthreads_db/ChangeLog b/linuxthreads_db/ChangeLog index 17a391add8..d4cf2aaeb7 100644 --- a/linuxthreads_db/ChangeLog +++ b/linuxthreads_db/ChangeLog @@ -1,3 +1,14 @@ +2002-02-04 Ulrich Drepper <drepper@redhat.com> + + * thread_dbP.h: Include descr.h instead of internals.h. + * td_ta_event_getmsg.c: Also include <linuxthreads/internals.h>. + * td_ta_map_id2thr.c: Likewise. + * td_ta_map_lwp2thr.c: Likewise. + * td_ta_thr_iter.c: Likewise. + * td_ta_tsd_iter.c: Likewise. + * td_thr_tsd.c: Likewise. + * td_thr_validate.c: Likewise. + 2001-12-28 Andreas Jaeger <aj@suse.de> * td_init.c (td_init): Don't use __FUNCTION__ as literal. |