Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 2 Aug 2022 13:55:18 -0400
From: Rich Felker <dalias@...c.org>
To: Fangrui Song <i@...kray.me>
Cc: musl@...ts.openwall.com
Subject: Re: [PATCH] elf.h: add ELFCOMPRESS_ZSTD

On Mon, Jul 25, 2022 at 07:14:33PM -0700, Fangrui Song wrote:
> 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

Is this actually an adopted standard? It's not clear from the link
above whether there's anything authoritative going on or a proposal
that some people like.

Rich

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.