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 6E65B3858400 for ; Thu, 22 Sep 2022 13:04:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6E65B3858400 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 794F921A32; Thu, 22 Sep 2022 13:04:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1663851887; 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; bh=L23xcjZrPFI9Zi8vgfrgyFyGQiqA6Ijq0CN37b5m7Y0=; b=GAAeA0U4/s/Gu/SNU/ClXMCrGfLkSLNtxMxbwwGS19XAZWUWtq4oHpImU5EV+wuuLjaYL1 4PbpZc3eR9Nymaq6folZ/vQ3nxJsa0y7BWpjUMyhB0UZAbVqleNqY+rc0rstppInKQqa21 RAh2j34o0cUE3xeJHW8bOr3a4/zvCjE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1663851887; 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; bh=L23xcjZrPFI9Zi8vgfrgyFyGQiqA6Ijq0CN37b5m7Y0=; b=OVTmEZfNCmCrdYnIZA8nROwLzxde3ThXPr5k35Z9JxxKSXSBGD0oTiDJ8WVfO5TpT2FgAr 0+PWUXFBvbpJVsBg== 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 64D801346B; Thu, 22 Sep 2022 13:04:47 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 7nzKF29dLGNeawAAMHmgww (envelope-from ); Thu, 22 Sep 2022 13:04:47 +0000 Message-ID: <8d90f74b-c3ec-880b-8dcb-75c14d6cb5b5@suse.cz> Date: Thu, 22 Sep 2022 15:04:47 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Subject: [PATCH][DOCS] changes: mentioned ignore -gz=zlib-gnu option To: gcc-patches@gcc.gnu.org Content-Language: en-US Cc: Gerald Pfeifer , Richard Biener Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-11.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,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 List-Id: --- htdocs/gcc-13/changes.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index a7d88038..0e895110 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -35,6 +35,10 @@ a work-in-progress.

-gstabs and -gxcoff options) has been removed. (This means the dbx debugger is no longer supported, either.) +
  • Legacy debug info compression option -gz=zlib-gnu was removed + and the option is ignored right now. If you really want to use the compression algorithm, + use the corresponding -Wl,--compress-debug-sections=zlib-gnu + and -Wa,--compress-debug-sections=zlib-gnu options.
  • -- 2.37.3