Add ELFCOMPRESS_ZSTD.

include/elf/
	* common.h: Add ELFCOMPRESS_ZSTD.
This commit is contained in:
Cary Coutant
2022-08-02 16:19:43 -07:00
parent 13db4a0c4d
commit 03d0ae791f

View File

@ -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 */