mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
* sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
`bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'. * elf/rtld.c (dl_main): Set it to the new dtv for the main thread. * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the old data, abandoning the original memory allocated by rtld at startup, instead of calling realloc normally.
This commit is contained in:
parent
08da062122
commit
917f1c58fa
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2002-08-05 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
|
||||
`bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
|
||||
* elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
|
||||
* sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
|
||||
dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
|
||||
old data, abandoning the original memory allocated by rtld at startup,
|
||||
instead of calling realloc normally.
|
||||
|
||||
2002-08-05 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* po/fr.po: Update from translation team.
|
||||
|
Loading…
Reference in New Issue
Block a user