* elf/dl-object.c (_dl_new_object): Store map address in
	_dl_loaded if _dl_loaded is NULL.
This commit is contained in:
Ulrich Drepper 1998-09-08 14:02:52 +00:00
parent 8ea4a95a5a
commit e4d509175a
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
1998-09-08 Ulrich Drepper <drepper@cygnus.com>
* elf/dl-object.c (_dl_new_object): Store map address in
_dl_loaded if _dl_loaded is NULL.
* sysdeps/generic/setrlimit64.c: Remove stub warning.
1998-09-07 Ulrich Drepper <drepper@cygnus.com>

View File

@ -64,6 +64,8 @@ _dl_new_object (char *realname, const char *libname, int type,
/* Add the global scope. */
new->l_scope[idx++] = &_dl_loaded->l_searchlist;
}
else
_dl_loaded = new;
/* This is our local scope. */
if (loader != NULL)
{