mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] [PATCH] elf.h: add ELFCOMPRESS_ZSTD
@ 2022-07-26  2:14 Fangrui Song
  2022-08-02 17:55 ` Rich Felker
  0 siblings, 1 reply; 8+ messages in thread
From: Fangrui Song @ 2022-07-26  2:14 UTC (permalink / raw)
  To: musl; +Cc: Fangrui Song

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-02-05 23:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-26  2:14 [musl] [PATCH] elf.h: add ELFCOMPRESS_ZSTD Fangrui Song
2022-08-02 17:55 ` Rich Felker
2022-08-02 20:01   ` Fangrui Song
2022-08-02 23:09     ` Cary Coutant
2022-08-03 10:00     ` Szabolcs Nagy
2022-11-08  7:21       ` Fangrui Song
     [not found]       ` <CAN30aBEOE2pr_5SfM4fyw5i-UUEwdDzvv9uXY+Fj7TyUqS9ktw@mail.gmail.com>
2023-02-04 22:02         ` Fangrui Song
2023-02-05 23:51           ` Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).