mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
Update.
* elf/dl-object.c (_dl_new_object): Store map address in _dl_loaded if _dl_loaded is NULL.
This commit is contained in:
parent
8ea4a95a5a
commit
e4d509175a
@ -1,5 +1,8 @@
|
|||||||
1998-09-08 Ulrich Drepper <drepper@cygnus.com>
|
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.
|
* sysdeps/generic/setrlimit64.c: Remove stub warning.
|
||||||
|
|
||||||
1998-09-07 Ulrich Drepper <drepper@cygnus.com>
|
1998-09-07 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
@ -64,6 +64,8 @@ _dl_new_object (char *realname, const char *libname, int type,
|
|||||||
/* Add the global scope. */
|
/* Add the global scope. */
|
||||||
new->l_scope[idx++] = &_dl_loaded->l_searchlist;
|
new->l_scope[idx++] = &_dl_loaded->l_searchlist;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
_dl_loaded = new;
|
||||||
/* This is our local scope. */
|
/* This is our local scope. */
|
||||||
if (loader != NULL)
|
if (loader != NULL)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user