[all-commits] [llvm/llvm-project] c66b82: [llvm-readelf] - Start recognizing 'PT_OPENBSD_*' ...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Fri Aug 21 03:14:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c66b82f14cc70ec063afa443525051c94621839b
https://github.com/llvm/llvm-project/commit/c66b82f14cc70ec063afa443525051c94621839b
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2020-08-21 (Fri, 21 Aug 2020)
Changed paths:
M llvm/test/tools/llvm-readobj/ELF/program-headers.test
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
[llvm-readelf] - Start recognizing 'PT_OPENBSD_*' segment types.
Its a follow-up for D85830, it stops ignoring 'PT_OPENBSD_*' segment types.
Now them are recognized properly.
Note: GNU readelf does not recognize them, though perhaps it shouldn't.
Anyways, it was reported to binutils: https://sourceware.org/bugzilla/show_bug.cgi?id=26405#c0
Differential revision: https://reviews.llvm.org/D86208
More information about the All-commits
mailing list