We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820da7b commit 7b155fdCopy full SHA for 7b155fd
src/patchelf.cc
@@ -990,7 +990,7 @@ void ElfFile<ElfFileParamNames>::rewriteHeaders(Elf_Addr phdrAddress)
990
// some binaries might this section stripped
991
// in which case we just ignore the value.
992
if (shdr) dyn->d_un.d_ptr = (*shdr).get().sh_addr;
993
- } else if (d_tag == DT_MIPS_XHASH) {
+ } else if (d_tag == DT_MIPS_XHASH) {
994
// the .MIPS.xhash section was added to the glibc-ABI
995
// in commit 23c1c256ae7b0f010d0fcaff60682b620887b164
996
dyn->d_un.d_ptr = findSectionHeader(".MIPS.xhash").sh_addr;
0 commit comments