Skip to content

Commit

Permalink
Merge pull request #1183 from marv7000/add-bind-now
Browse files Browse the repository at this point in the history
rtld: Ignore DT_BIND_NOW for ld.so
  • Loading branch information
64 authored Nov 4, 2024
2 parents eb70663 + 93436cb commit b9f6812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions options/rtld/generic/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ extern "C" void *interpreterMain(uintptr_t *entry_stack) {
case DT_RELRSZ:
case DT_RELRENT:
case DT_PLTGOT:
case DT_BIND_NOW:
continue;
case DT_FLAGS: {
if((ent->d_un.d_val & ~supportedDtFlags) == 0) {
Expand Down

0 comments on commit b9f6812

Please sign in to comment.