[all-commits] [llvm/llvm-project] 2d1229: [llvm-readobj, ELF] Support reading binary with mo...

aokblast via All-commits all-commits at lists.llvm.org
Fri Jun 26 07:04:48 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d12290550aca7e78a4575b4b09f75a3bc29576b
      https://github.com/llvm/llvm-project/commit/2d12290550aca7e78a4575b4b09f75a3bc29576b
  Author: aokblast <aokblast at FreeBSD.org>
  Date:   2026-06-26 (Fri, 26 Jun 2026)

  Changed paths:
    M llvm/test/tools/llvm-readobj/ELF/file-headers.test
    A llvm/test/tools/llvm-readobj/ELF/many-segments.test
    M llvm/tools/llvm-readobj/ELFDumper.cpp

  Log Message:
  -----------
  [llvm-readobj, ELF] Support reading binary with more than PN_XNUM segments. (#165278)

FreeBSD coredump uses program headers to store mmap information. It is
possible for program to use more than PN_XNUM mmaps. Therefore, we
implement the support of PN_XNUM in readelf.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list