Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 25 Jul 2022 19:14:33 -0700
From: Fangrui Song <i@...kray.me>
To: musl@...ts.openwall.com
Cc: Fangrui Song <i@...kray.me>
Subject: [PATCH] elf.h: add ELFCOMPRESS_ZSTD

see

  https://groups.google.com/g/generic-abi/c/satyPkuMisk
  Add new ch_type value: ELFCOMPRESS_ZSTD
---
 include/elf.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/elf.h b/include/elf.h
index 86e2f0bb..d2231ba0 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -436,6 +436,7 @@ typedef struct {
 } Elf64_Chdr;
 
 #define ELFCOMPRESS_ZLIB	1
+#define ELFCOMPRESS_ZSTD	2
 #define ELFCOMPRESS_LOOS	0x60000000
 #define ELFCOMPRESS_HIOS	0x6fffffff
 #define ELFCOMPRESS_LOPROC	0x70000000
-- 
2.37.1

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.