diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-08 06:38:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-08 06:38:19 +0000 |
commit | 9b1b33cea3ac0ae4eec04e86b1b489aeb5d2f552 (patch) | |
tree | a349b89e70f8e5cfa79ca7557db72819750adc81 /linuxthreads_db/ChangeLog | |
parent | f70b0ea2c7f8a5b3d6450c4e88f8db91ad06048b (diff) | |
download | glibc-9b1b33cea3ac0ae4eec04e86b1b489aeb5d2f552.tar glibc-9b1b33cea3ac0ae4eec04e86b1b489aeb5d2f552.tar.gz glibc-9b1b33cea3ac0ae4eec04e86b1b489aeb5d2f552.tar.bz2 glibc-9b1b33cea3ac0ae4eec04e86b1b489aeb5d2f552.zip |
Update.
* elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
message.
Diffstat (limited to 'linuxthreads_db/ChangeLog')
-rw-r--r-- | linuxthreads_db/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linuxthreads_db/ChangeLog b/linuxthreads_db/ChangeLog index 6cd9757643..dd87f89d76 100644 --- a/linuxthreads_db/ChangeLog +++ b/linuxthreads_db/ChangeLog @@ -1,3 +1,11 @@ +2002-08-07 Ulrich Drepper <drepper@redhat.com> + + * thread_dbP.h: Define LINUXTHREADS_INITIAL_REPORT_EVENTS. + * td_thr_event_enable.c (td_thr_event_enable): If th->th_unique is + null write to __linuxthreads_initial_report_events. + * td_symbol_list.c (symbol_list_arr): Add + __linuxthreads_initial_report_events. + 2002-07-16 Ulrich Drepper <drepper@redhat.com> * td_thr_clear_event.c: Yet more changes to help with TLS-enabled |