[llvm-readelf] - Start recognizing 'PT_OPENBSD_*' segment types.
authorGeorgii Rymar <grimar@accesssoftek.com>
Wed, 19 Aug 2020 12:38:43 +0000 (15:38 +0300)
committerGeorgii Rymar <grimar@accesssoftek.com>
Fri, 21 Aug 2020 10:13:05 +0000 (13:13 +0300)
commitc66b82f14cc70ec063afa443525051c94621839b
treeb72be375f670317372fa2e38e878eccb7cbd9d63
parentc8e6bf0a65fdbda7a611e8047e2a644777f15b24
[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
llvm/test/tools/llvm-readobj/ELF/program-headers.test
llvm/tools/llvm-readobj/ELFDumper.cpp