+2015-08-06 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
+
+ * elf/get-dynamic-info.h (elf_get_dynamic_info): Remove assert
+ if DT_RUNPATH and DT_RPATH flags are found in ld.so.
+
2016-08-04 Carlos O'Donell <carlos@redhat.com>
* po/de.po: Update from Translation Project.
|| (info[VERSYMIDX (DT_FLAGS_1)]->d_un.d_val & ~DF_1_NOW) == 0);
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);
#else
if (info[DT_FLAGS] != NULL)
{