mirror of git://sourceware.org/git/glibc.git
Revert wrong commit.
This commit is contained in:
parent
eb5ad6b9bc
commit
c6bb4f23b0
|
@ -130,8 +130,8 @@ elf_get_dynamic_info (struct link_map *l, ElfW(Dyn) *temp)
|
|||
assert (info[DT_FLAGS] == NULL
|
||||
|| (info[DT_FLAGS]->d_un.d_val & ~DF_BIND_NOW) == 0);
|
||||
/* Flags must not be set for ld.so. */
|
||||
//assert (info[DT_RUNPATH] == NULL);
|
||||
//assert (info[DT_RPATH] == NULL);
|
||||
assert (info[DT_RUNPATH] == NULL);
|
||||
assert (info[DT_RPATH] == NULL);
|
||||
#else
|
||||
if (info[DT_FLAGS] != NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue