mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Revert wrong commit.
This commit is contained in:
@ -130,8 +130,8 @@ elf_get_dynamic_info (struct link_map *l, ElfW(Dyn) *temp)
|
|||||||
assert (info[DT_FLAGS] == NULL
|
assert (info[DT_FLAGS] == NULL
|
||||||
|| (info[DT_FLAGS]->d_un.d_val & ~DF_BIND_NOW) == 0);
|
|| (info[DT_FLAGS]->d_un.d_val & ~DF_BIND_NOW) == 0);
|
||||||
/* Flags must not be set for ld.so. */
|
/* Flags must not be set for ld.so. */
|
||||||
//assert (info[DT_RUNPATH] == NULL);
|
assert (info[DT_RUNPATH] == NULL);
|
||||||
//assert (info[DT_RPATH] == NULL);
|
assert (info[DT_RPATH] == NULL);
|
||||||
#else
|
#else
|
||||||
if (info[DT_FLAGS] != NULL)
|
if (info[DT_FLAGS] != NULL)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user