public inbox for binutils-cvs@sourceware.org
help / color / mirror / Atom feed
From: Cary Coutant <ccoutant@sourceware.org>
To: bfd-cvs@sourceware.org
Subject: [binutils-gdb] Add ELFCOMPRESS_ZSTD.
Date: Tue,  2 Aug 2022 23:26:11 +0000 (GMT)	[thread overview]
Message-ID: <20220802232611.5CF943858C51@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=03d0ae791f7dca2006b924e90ee4e4944b848260

commit 03d0ae791f7dca2006b924e90ee4e4944b848260
Author: Cary Coutant <ccoutant@gmail.com>
Date:   Tue Aug 2 16:19:43 2022 -0700

    Add ELFCOMPRESS_ZSTD.
    
    include/elf/
            * common.h: Add ELFCOMPRESS_ZSTD.

Diff:
---
 include/elf/common.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/elf/common.h b/include/elf/common.h
index e4bc53e35b4..ebcd8f9e82c 100644
--- 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 */


                 reply	other threads:[~2022-08-02 23:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220802232611.5CF943858C51@sourceware.org \
    --to=ccoutant@sourceware.org \
    --cc=bfd-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).