Skip to content

Commit

Permalink
options/rtld: fix semantic merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
64 committed Oct 20, 2024
1 parent feb4325 commit 632aff4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions options/rtld/generic/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,6 @@ extern "C" void *interpreterMain(uintptr_t *entry_stack) {
case DT_RELRSZ:
case DT_RELRENT:
case DT_PLTGOT:
case DT_FLAGS:
case DT_FLAGS_1:
continue;
case DT_FLAGS: {
if((ent->d_un.d_val & ~supportedDtFlags) == 0) {
Expand Down

0 comments on commit 632aff4

Please sign in to comment.