From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id 5BFAF38582AD; Thu, 29 Sep 2022 11:43:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5BFAF38582AD Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 9143E21DE7; Thu, 29 Sep 2022 11:43:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1664451828; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NbnaE/JoOUF2rRFd69TjpvtSBJnwxr/3EULN05niZvM=; b=dg+4vdnzK8eC7DbeocL0lDi+rrRYG7ZFrlN3daH/Gvr9MWc/P24aqtt816x9rzVnXEngIB aYH7H5ohZ6NOrUU8WkAVii8Zn4e1b+feYaT4wdQIjp+0PDMckTs1Yn1NrzuKynig0y7GjL i7m1UHws8hLoIBTdLIoTs3BmSA0otVo= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1664451828; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NbnaE/JoOUF2rRFd69TjpvtSBJnwxr/3EULN05niZvM=; b=13vbv5mstIPjCDicrIQclSf7+5z22yG2h3RZe+0SysZsKne6yuYxoH2o3pCg7E1Jg90YDm kDtWgUUcKifmLyCw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 5579C1348E; Thu, 29 Sep 2022 11:43:48 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 5eawEvSENWNWdQAAMHmgww (envelope-from ); Thu, 29 Sep 2022 11:43:48 +0000 Message-ID: <43135377-9033-7257-0f62-beaa7bbec166@suse.cz> Date: Thu, 29 Sep 2022 13:43:47 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: [PATCH v3] binutils, gdb: support zstd compressed debug sections Content-Language: en-US To: Fangrui Song , Alan Modra , Jan Beulich , Nick Clifton , Simon Marchi Cc: binutils@sourceware.org, gdb-patches@sourceware.org, Richard Biener , Michael Matz References: <20220923040837.550160-1-maskray@google.com> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: <20220923040837.550160-1-maskray@google.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_SOFTFAIL, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2022 11:43:51 -0000 Hello. Thanks for the patch set. Right now, we configure our binutils package with: --enable-compressed-debug-sections=gas and we would appreciate a new configure option that will selected default compression algorithm. Having that, we will proudly switch to zstd. Can you please prepare such patch? Thanks, Martin