diff options
author | Fangrui Song <maskray@google.com> | 2022-11-10 21:42:14 -0800 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2022-11-10 21:42:14 -0800 |
commit | 332a4eeaea69034b8ee6f50b931ce6734b55bf08 (patch) | |
tree | 81bc0da6df1402bc6773f0ad01f3c219c57b62cd /elfcpp | |
parent | 1c343a13ba24eb2dad39a94df1a369a0f62efd13 (diff) | |
download | gdb-332a4eeaea69034b8ee6f50b931ce6734b55bf08.zip gdb-332a4eeaea69034b8ee6f50b931ce6734b55bf08.tar.gz gdb-332a4eeaea69034b8ee6f50b931ce6734b55bf08.tar.bz2 |
gold, dwp: support zstd compressed input debug sections [PR 29641]
This feature is enabled if config/zstd.m4 uses zstd.
Diffstat (limited to 'elfcpp')
-rw-r--r-- | elfcpp/elfcpp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index 3ca2d61..97784ab 100644 --- a/elfcpp/elfcpp.h +++ b/elfcpp/elfcpp.h @@ -465,6 +465,7 @@ enum SHF enum { ELFCOMPRESS_ZLIB = 1, + ELFCOMPRESS_ZSTD = 2, ELFCOMPRESS_LOOS = 0x60000000, ELFCOMPRESS_HIOS = 0x6fffffff, ELFCOMPRESS_LOPROC = 0x70000000, |