1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
* elf/dl-lookup.c (add_dependency): Fix test to check whether
	dependency already exists.
	* elf/Makefile: Add testobj1 and testobj2 as dependencies of testobj6.
	* elf/loadtest.c (main): Add test at the end that everything is
	unloaded.

	* elf/dl-open.c (dl_open_worker): Fix typo in comment.
This commit is contained in:
Ulrich Drepper
2000-10-25 04:00:08 +00:00
parent 7d1231f116
commit e30f2b9828
5 changed files with 34 additions and 15 deletions

View File

@ -255,7 +255,7 @@ dl_open_worker (void *a)
"\n\n", NULL);
}
/* If the user requested the object t be in the global namespace
/* If the user requested the object to be in the global namespace
but it is not so far, add it now. */
if ((mode & RTLD_GLOBAL) && new->l_global == 0)
(void) add_to_global (new);