From 332a4eeaea69034b8ee6f50b931ce6734b55bf08 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Thu, 10 Nov 2022 21:42:14 -0800 Subject: gold, dwp: support zstd compressed input debug sections [PR 29641] This feature is enabled if config/zstd.m4 uses zstd. --- elfcpp/elfcpp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'elfcpp') diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index 3ca2d61..97784ab 100644 --- a/elfcpp/elfcpp.h +++ b/elfcpp/elfcpp.h @@ -465,6 +465,7 @@ enum SHF enum { ELFCOMPRESS_ZLIB = 1, + ELFCOMPRESS_ZSTD = 2, ELFCOMPRESS_LOOS = 0x60000000, ELFCOMPRESS_HIOS = 0x6fffffff, ELFCOMPRESS_LOPROC = 0x70000000, -- cgit v1.1