glibc/malloc
Ulrich Drepper 604510f717 Update.
1998-10-07  Ulrich Drepper  <drepper@cygnus.com>

	* elf/dl-open.c (_dl_global_scope_alloc): Make global.
	(dl_open_worker): Use realloc, not malloc to resize array.
	* elf/rtld.c (_dl_initial_searchlist): New variable.
	(_dl_main): Copy content of _dl_main_searchlist to
	_dl_initial_searchlist.
	* elf/ldsodefs.h: Add declarations for _dl_initial_searchlist and
	_dl_global_scope_alloc.
	* elf/Versions [libc, GLIBC_2.1]: Add _dl_initial_searchlist.
	* elf/dl-close.c (_dl_close): When removing object with global
	scope remove allocated searchlist if no dynamically loaded object
	is on it anymore.
	* elf/dl-support.c (_dl_initial_searchlist): Renamed from fake_scope.
	(_dl_global_scope, _dl_main_searchlist): Use _dl_initial_searchlist.

	* malloc/mtrace.c (tr_where): Don't print space in location string,
	print it afterwards.  Print better symbol name information.
1998-10-07 13:40:55 +00:00
..
Makefile Update. 1998-09-21 14:34:13 +00:00
malloc.c Update. 1998-08-28 09:29:49 +00:00
malloc.h Update. 1997-10-12 04:05:44 +00:00
mallocbug.c update from main archive 961207 1996-12-08 08:01:13 +00:00
mcheck-init.c update from main archive 961220 1996-12-22 00:32:43 +00:00
mcheck.c Update. 1998-08-28 09:29:49 +00:00
mcheck.h Update. 1998-06-29 12:44:22 +00:00
mtrace.c Update. 1998-10-07 13:40:55 +00:00
mtrace.pl Update. 1998-09-13 15:00:27 +00:00
obstack.c Update. 1998-10-05 13:40:47 +00:00
obstack.h Update. 1998-10-05 13:40:47 +00:00
set-freeres.c Update. 1997-09-30 17:10:40 +00:00
thread-m.h Update. 1998-05-25 10:01:47 +00:00
Versions Update. 1998-07-02 22:51:40 +00:00