Recognize the new ELF compression type for ZSTD.
authorCary Coutant <ccoutant@gmail.com>
Fri, 5 Aug 2022 00:05:33 +0000 (17:05 -0700)
committerCary Coutant <ccoutant@gmail.com>
Fri, 5 Aug 2022 00:08:08 +0000 (17:08 -0700)
commit1369522f36eece1b37139a81f7f2139ba3915172
tree0a23ff229c349e9477e0763c1f6a41bd520447d1
parent62b73b6580f45c4c389263494014687b5c8ed873
Recognize the new ELF compression type for ZSTD.

There is more work to be done to actually support compression and
decompression using the zstd library, but I will leave that to the
champions of the new compression option.

binutils/
* binutils/readelf.c (process_section_headers): Add support for
ELFCOMPRESS_ZSTD.
binutils/readelf.c