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 0568F3858284 for ; Thu, 23 Feb 2023 15:46:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0568F3858284 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de 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 433D134F88; Thu, 23 Feb 2023 15:46:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1677167185; 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=1Bjw4RUEmHLZCzoGmK0IYVYHr7v+u9VJ9P9cYKciZIA=; b=b5kJWuwnxth0LG0jIj15TJqqTzm1oNmjTF1JG/bUyqLw/OiA5apxIW1K0Pnk3JDqftAMoC Ud9meSK6eSf9Z4JMbOq6cTTJVw5TQC6B4+VpauMZPOONbUloDIl7e/+Vp/XBOXkYnfAex/ hlP+zzrQNjhm09yJcEBmt8viTIlufIo= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1677167185; 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=1Bjw4RUEmHLZCzoGmK0IYVYHr7v+u9VJ9P9cYKciZIA=; b=o9xn5k0EW8C+w3KR/CesVrr4bPqYI+616lhCIxxy29tcGoplzyEjBH1kGnlwVgSboNGfYY YRg+nG8YAsHu3gAg== 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 28DAD139B5; Thu, 23 Feb 2023 15:46:25 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id qp3OCFGK92MmSQAAMHmgww (envelope-from ); Thu, 23 Feb 2023 15:46:25 +0000 Message-ID: Date: Thu, 23 Feb 2023 16:46:43 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH] gas: Add --force-compress-debug-sections Content-Language: en-US To: Michael Matz Cc: Jan Beulich , binutils@sourceware.org References: <20230223124519.4228-1-tdevries@suse.de> <7dcb7bfb-f65d-aed8-78d4-944211ef5127@suse.de> <5b23b6c1-e447-d3bc-8534-8f12e80394e2@suse.de> From: Tom de Vries In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,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 List-Id: On 2/23/23 16:44, Michael Matz wrote: > Hey Tom, > > On Thu, 23 Feb 2023, Tom de Vries wrote: > >> The submitted version ( >> https://sourceware.org/pipermail/binutils/2023-February/126284.html ) >> contains: >> ... >> @@ -718,7 +719,8 @@ Begin in alternate macro mode. >> Compress DWARF debug sections using zlib with SHF_COMPRESSED from the >> ELF ABI. The resulting object file may not be compatible with older >> linkers and object file utilities. Note if compression would make a >> -given section @emph{larger} then it is not compressed. >> +given section @emph{larger} then it is not compressed, unless >> +@option{--force-compress-debug-section} is used. > > Gah! I overlooked this snippet and the one below that. > >> So, do you consider this insufficient? > > No, it's completely fine IMHO :) Cool, thanks :) - Tom