mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
Add ELFCOMPRESS_ZSTD.
include/elf/ * common.h: Add ELFCOMPRESS_ZSTD.
This commit is contained in:
@ -588,6 +588,8 @@
|
||||
|
||||
/* Compression types. */
|
||||
#define ELFCOMPRESS_ZLIB 1 /* Compressed with zlib. */
|
||||
#define ELFCOMPRESS_ZSTD 2 /* Compressed with zstd */
|
||||
/* (see http://www.zstandard.org). */
|
||||
#define ELFCOMPRESS_LOOS 0x60000000 /* OS-specific semantics, lo */
|
||||
#define ELFCOMPRESS_HIOS 0x6FFFFFFF /* OS-specific semantics, hi */
|
||||
#define ELFCOMPRESS_LOPROC 0x70000000 /* Processor-specific semantics, lo */
|
||||
|
Reference in New Issue
Block a user