From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 7542C3858D1E for ; Fri, 8 Sep 2023 15:37:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7542C3858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qedXm-0002aQ-Qd; Fri, 08 Sep 2023 11:37:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=9//c8gRulXCf4BnQuUR8bgDABDdqoHiait+spjJ4iEo=; b=F0zBrJ26/OHg 2jCk+rDstWi5yb4ses0UbkSmqih5SfDxktPKCtkFrxggBMa5KecpqkiS0tbxaQWBRlWppt2PZzcBX tFgIXQ9kIU4MQPLKXIjNcQE6QY0A+ll2N/wGpHwBkRNhxeYS6f8fbEWTNUClMKKREbSfUESV46qpm VdhjGw0PiSCJBhm2eRbuAjMp58m3An6lUKRrNHj24Vb5WNJi8b2KDbvu3j1J7roFLA6dwmGmVBm3d Joo+rzByIdx4m4am0xzlvS+sa1E9QUaMkCYY04itZuyMQb0bA2lgM+0L/ERf6yBNFmQDn5jfHBFlv 653+IZhoHp0luax+fq+Tkw==; Date: Fri, 08 Sep 2023 18:37:07 +0300 Message-Id: <83h6o4wuak.fsf@gnu.org> From: Eli Zaretskii To: Simon Marchi Cc: gdb-patches@sourceware.org In-Reply-To: <20230908152102.32731-1-simon.marchi@efficios.com> (message from Simon Marchi via Gdb-patches on Fri, 8 Sep 2023 11:20:57 -0400) Subject: Re: [PATCH 1/2] gdb/doc: rename "x86 Architecture-specific Issues" section to "x86" References: <20230908152102.32731-1-simon.marchi@efficios.com> X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,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: > Cc: Simon Marchi > Date: Fri, 8 Sep 2023 11:20:57 -0400 > From: Simon Marchi via Gdb-patches > > I'm looking to add some x86-specific information to the doc, but I find > the naming of this section odd. It doesn't really talk about issues, it > just gives generally useful information. Also, the sections about other > architectures don't mention "issues", just the architecture name. > > Also, at least in the HTML version of the doc, the name is inconsistent > between the main table of content, where it appears as "x86 > Architecture-specific Issues", and the sub-table of contents of the > "Architectures" section, where it appears as "i386". > > Rename the section to just "x86". Assuming the information there is good for x86_64 as well, this is fine by me. Approved-By: Eli Zaretskii