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 7DCC23858D32 for ; Mon, 5 Sep 2022 07:52:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7DCC23858D32 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 59186387AF; Mon, 5 Sep 2022 07:52:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1662364350; 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=/OluVlxwDONWN52XoMorN+wfW/hYEIKMQKaBD5LqZNA=; b=jjAQYtgDl0ArqDEker1Epi8/qNxWSKbRKDoX1F9jrxOY6kxPXDwg4kKQkua4H44btnUfuq SlWQQMZDk7N57Zv1d5RW1ar+Z8JAOwoAy0fGbsq2n13d55l8yW7/FUUM4OLPNMQeP+PRWT zNj/xtZqK/TBq3/4TsA44s3lCDmCHzA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1662364350; 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=/OluVlxwDONWN52XoMorN+wfW/hYEIKMQKaBD5LqZNA=; b=Zt2W33/VxImkZ879ToG0bIwSzY8smKY6A582pU4DzmWDzKeu5iNRQ2w+q7dGjMqUJIPOqi 6s/tKhITMIG/QPBw== 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 3E56E13A66; Mon, 5 Sep 2022 07:52:30 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id KgIbDr6qFWO4eQAAMHmgww (envelope-from ); Mon, 05 Sep 2022 07:52:30 +0000 Message-ID: <183eb818-461d-edcb-7de8-d8390bc3e4e0@suse.cz> Date: Mon, 5 Sep 2022 09:52:29 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.1 Subject: Re: [PATCH][DOCS] gcc-13: document removal of STABS Content-Language: en-US To: Gerald Pfeifer Cc: gcc-patches@gcc.gnu.org, Richard Biener References: <23a1700c-c450-a7ac-dcd5-1f920d5d2ad0@suse.cz> <42e46e1c-f975-47dc-f2ec-e747186a450a@pfeifer.com> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: <42e46e1c-f975-47dc-f2ec-e747186a450a@pfeifer.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_NONE,SPF_SOFTFAIL,TXREP,T_SCC_BODY_TEXT_LINE 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 9/2/22 10:29, Gerald Pfeifer wrote: > Hi Martin, > > On Fri, 2 Sep 2022, Martin Liška wrote: >> +
  • The support for emitting the STABS debugging format has been removed >> + (includes -gstabs and -gxcoff options) which means >> + the support for dbx debugger is removed.
  • > > how about slightly rephrasing this and breaking up the sentence for easier > consumption? > >
  • Support for emitting the STABS debugging format (including the > -gstabs and -gxcoff options) has been removed. > (This means the dbx debugger is no longer > supported, either.)
  • > > Just a suggestion, feel free to take what you like (only the removals and > addition of "the" should stay.) I like your suggestion! Cheers, Martin > > And if you have an idea how to phrase my second sentence a little nicer, > absolutely go for it. > > Thanks, > Gerald