[all-commits] [llvm/llvm-project] fe99ba: [llvm-readobj, ELF] Support reading binary with mo...
aokblast via All-commits
all-commits at lists.llvm.org
Thu Oct 30 09:47:02 PDT 2025
Branch: refs/heads/users/aokblast/readelf/pxnum_support
Home: https://github.com/llvm/llvm-project
Commit: fe99baf9d6c96f9115163c7cc9b848be46739823
https://github.com/llvm/llvm-project/commit/fe99baf9d6c96f9115163c7cc9b848be46739823
Author: ShengYi Hung <aokblast at FreeBSD.org>
Date: 2025-10-31 (Fri, 31 Oct 2025)
Changed paths:
A llvm/test/tools/llvm-readobj/ELF/Inputs/many-segments.o.gz
A llvm/test/tools/llvm-readobj/ELF/invalid-e_phnum.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.
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