mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-21 13:16:33 +08:00
gold, dwp: support zstd compressed input debug sections [PR 29641]
This feature is enabled if config/zstd.m4 uses zstd.
This commit is contained in:

committed by
Fangrui Song

parent
1c343a13ba
commit
332a4eeaea
@ -465,6 +465,7 @@ enum SHF
|
||||
enum
|
||||
{
|
||||
ELFCOMPRESS_ZLIB = 1,
|
||||
ELFCOMPRESS_ZSTD = 2,
|
||||
ELFCOMPRESS_LOOS = 0x60000000,
|
||||
ELFCOMPRESS_HIOS = 0x6fffffff,
|
||||
ELFCOMPRESS_LOPROC = 0x70000000,
|
||||
|
Reference in New Issue
Block a user