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 4B5163858D28 for ; Tue, 22 Aug 2023 12:37:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4B5163858D28 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 1qYQdC-0004iP-Gl; Tue, 22 Aug 2023 08:37:11 -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=Z/Cf3WUFMpOFYaJB6Az8XUxq8VLbWhz5QKMq4GHm3r0=; b=Csmzx+1jM9UN XI0j3cIZIGHN+3bI6lA8zh+wMayphuniCcRrV9/S9/SNxA0jOwDYr/V8Uph6Ddiq0E6u0+YhteUf+ OCnCOoR7pPiBWGv920SE4reKeuafeCIrls9w/R0QrMZVj7ZEMwHYYts024+T6LR5xJQu9WkOKefBZ 9bNgv2Cz9W3M3TBJDcGdSGG+R2YQRwW/aPui1YfbWTAVYxBS1SrVDPsg4W+XxZUj1eeulU4NbbLZ/ xbwBJ9Y8aa0EPjOvR5NvnGw3x+a5t7sHNfNvyn6Sf68JiyxfTGCVfSwJFKZwKpMCCVqhAqIUThpdk sqKynSefBnU4YESkxtkt+A==; Date: Tue, 22 Aug 2023 15:37:28 +0300 Message-Id: <837cpntfqv.fsf@gnu.org> From: Eli Zaretskii To: Luis Machado Cc: gdb-patches@sourceware.org, thiago.bauermann@linaro.org In-Reply-To: <20230822115620.1517959-1-luis.machado@arm.com> (message from Luis Machado on Tue, 22 Aug 2023 12:56:20 +0100) Subject: Re: [PATCH v4 16/16] [gdb/docs] sme: Document SME registers and features References: <20230822112130.1513216-17-luis.machado@arm.com> <20230822115620.1517959-1-luis.machado@arm.com> X-Spam-Status: No, score=0.7 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: > From: Luis Machado > CC: , > Date: Tue, 22 Aug 2023 12:56:20 +0100 > > Updates since v3: > > - Fixed more lowercase/uppercase issues with @code{} and > registers. > - Added an explanation of the naming pattern for tile pseudo-registers. > - Misc formatting issues. > > Updates since v2: > > - More adjustments based on reviews. > - Fixed incorrect number of tile pseudo-registers. > - Fixed naming of tile slice pseudo-registers. > - More detail about SME and how gdb implements it. > - Attempted to clarify the text a bit more. > > Updates since v1: > > - Made SME text more thorough. > - Adjusted text based on upstream reviews. > - Fixed documentation errors (missing itemization for SME registers). > > Provide documentation for the SME feature and other information that > should be useful for users that need to debug a SME-capable target. > > Reviewed-By: Eli Zaretskii > Signed-off-by: Luis Machado Thanks, this is OK. Approved-By: Eli Zaretskii