Page MenuHomeFreeBSD

D35870.diff
No OneTemporary

D35870.diff

Index: share/man/man5/elf.5
===================================================================
--- share/man/man5/elf.5
+++ share/man/man5/elf.5
@@ -1103,6 +1103,10 @@
.Dv ELFCOMPRESS_ZLIB
indicates that the data is compressed using
.Xr zlib 3 .
+A value of
+.Dv ELFCOMPRESS_ZSTD
+indicates that the data is compressed using
+Zstandard.
.It Dv ch_size
The size, in bytes, of the uncompressed section data.
This corresponds to the
Index: sys/sys/elf_common.h
===================================================================
--- sys/sys/elf_common.h
+++ sys/sys/elf_common.h
@@ -944,6 +944,7 @@
/* Values for ch_type (compressed section headers). */
#define ELFCOMPRESS_ZLIB 1 /* ZLIB/DEFLATE */
+#define ELFCOMPRESS_ZSTD 2 /* Zstandard */
#define ELFCOMPRESS_LOOS 0x60000000 /* OS-specific */
#define ELFCOMPRESS_HIOS 0x6fffffff
#define ELFCOMPRESS_LOPROC 0x70000000 /* Processor-specific */

File Metadata

Mime Type
text/plain
Expires
Sun, Jan 19, 1:06 PM (17 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15941788
Default Alt Text
D35870.diff (908 B)

Event Timeline