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 716E03858D28 for ; Tue, 22 Aug 2023 11:31:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 716E03858D28 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 1qYPbg-0002ZU-Ix; Tue, 22 Aug 2023 07:31:33 -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=hiwcd8tJg3EkEZTZMUKRFN/HG6ifq9A0VveVSamCWqU=; b=YaPsRmugVj78 h8jOQdiWtWP4VWb0LtAm5emI8IjK536sfcNdDSt5C+EqVqzm1uDsUg8uY/51qCQ6n9bRfVQyopKq/ 7H5dg8Y5A/5AQdmI0Vk5kcWTVtLIC7HAgzDu2QxdTf9lETejJN/Vr/TUGNHiNv89tfB8Gco8mD3O9 PuB5+QWA7gfUd+X2jU1a0uCYnXncf/8XfsB+VwCsty+X0pSuU/16XqHtGRJ8BAEahbRdGSktbbHrM IC12HCFLmw6kfF1jYH+PlVsgxUeaTHqRhbIEnYatkTBHgY/ZQVWdm1ouh7zzw71+638EFt2iBI3+Y l4C1JPKI1LgoNyUqLfqQAg==; Date: Tue, 22 Aug 2023 14:31:44 +0300 Message-Id: <83edjvtisf.fsf@gnu.org> From: Eli Zaretskii To: Luis Machado Cc: gdb-patches@sourceware.org, thiago.bauermann@linaro.org In-Reply-To: <20230822112130.1513216-17-luis.machado@arm.com> (message from Luis Machado via Gdb-patches on Tue, 22 Aug 2023 12:21:30 +0100) Subject: Re: [PATCH v4 16/16] [gdb/docs] sme: Document SME registers and features References: <20230822112130.1513216-1-luis.machado@arm.com> <20230822112130.1513216-17-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: > CC: > Date: Tue, 22 Aug 2023 12:21:30 +0100 > From: Luis Machado via Gdb-patches > > 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 Did the documentation parts change since I reviewed them?