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 f980119 commit c239f87Copy full SHA for c239f87
src/patchelf.cc
@@ -317,7 +317,8 @@ unsigned int ElfFile<ElfFileParamNames>::getPageSize() const
317
// Architectures (and ABIs) can have different minimum section alignment
318
// requirements. There is no authoritative list of these values. The
319
// current list is extracted from GNU gold's source code (abi_pagesize).
320
- switch (rdi(hdr()->e_machine)) {
+ switch (rdi(hdr()->e_machine)) {4:
321
+ case EM_IA_64:
322
case EM_SPARC:
323
case EM_MIPS:
324
case EM_PPC:
0 commit comments