Skip to content

Commit

Permalink
Merge pull request #428 from NixOS/ia64-fixes
Browse files Browse the repository at this point in the history
fix pagesize on ia64
  • Loading branch information
Mic92 committed Nov 4, 2022
2 parents a6ca317 + b21526c commit 7c18779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/patchelf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ unsigned int ElfFile<ElfFileParamNames>::getPageSize() const
// requirements. There is no authoritative list of these values. The
// current list is extracted from GNU gold's source code (abi_pagesize).
switch (rdi(hdr()->e_machine)) {
case EM_IA_64:
case EM_SPARC:
case EM_MIPS:
case EM_PPC:
Expand Down

0 comments on commit 7c18779

Please sign in to comment.