projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13db4a0
)
Add ELFCOMPRESS_ZSTD.
author
Cary Coutant
<ccoutant@gmail.com>
Tue, 2 Aug 2022 23:19:43 +0000
(16:19 -0700)
committer
Cary Coutant
<ccoutant@gmail.com>
Tue, 2 Aug 2022 23:19:43 +0000
(16:19 -0700)
include/elf/
* common.h: Add ELFCOMPRESS_ZSTD.
include/elf/common.h
patch
|
blob
|
history
diff --git
a/include/elf/common.h
b/include/elf/common.h
index e4bc53e35b413508a333a19b31b057ae23071509..ebcd8f9e82c50f50107cd7dfa3617f356ce4e635 100644
(file)
--- a/
include/elf/common.h
+++ b/
include/elf/common.h
@@
-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 */