From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 8GRZGmYPbGKSVAMAWB0awg (envelope-from ) for ; Fri, 29 Apr 2022 12:16:38 -0400 Received: by simark.ca (Postfix, from userid 112) id 5E8451E058; Fri, 29 Apr 2022 12:16:38 -0400 (EDT) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=hRe5UF31; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id BC8641E00D for ; Fri, 29 Apr 2022 12:16:34 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 43F1B385780F for ; Fri, 29 Apr 2022 16:16:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 43F1B385780F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1651248994; bh=EtifXVcffymruK8fgraZa84SP1pZiViiUCmCDxmaLtg=; h=Date:To:In-Reply-To:Subject:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=hRe5UF31t1k4Uyp01uSjdC1Epjaif1PoTUmUxJZ1724LM3/fBdlHihfqZcnmfbBw7 bC+L/bhQNYEpmk0kBn5EW5YCCgQear9LuEE44QGit9KmmiPS+A9fWqJT84d01GtMpJ oplB/3YE/8+n/1/oDUfRef6q+JSt2dWcSZFk2D3E= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 15E8F385737C for ; Fri, 29 Apr 2022 16:15:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 15E8F385737C Received: from fencepost.gnu.org ([2001:470:142:3::e]:52514) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkTHR-000656-AK; Fri, 29 Apr 2022 12:15:41 -0400 Received: from [87.69.77.57] (port=1887 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkTHQ-0008EI-Qe; Fri, 29 Apr 2022 12:15:41 -0400 Date: Fri, 29 Apr 2022 19:15:43 +0300 Message-Id: <83k0b7ams0.fsf@gnu.org> To: Aleksandar Rikalo In-Reply-To: <20220429155813.388328-4-aleksandar.rikalo@syrmia.com> (message from Aleksandar Rikalo on Fri, 29 Apr 2022 17:58:13 +0200) Subject: Re: [PATCH 3/3] gdb: Add nanoMIPS port References: <20220429155813.388328-1-aleksandar.rikalo@syrmia.com> <20220429155813.388328-4-aleksandar.rikalo@syrmia.com> X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Eli Zaretskii via Gdb-patches Reply-To: Eli Zaretskii Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > From: Aleksandar Rikalo > Date: Fri, 29 Apr 2022 17:58:13 +0200 > > config.sub | 1 + > configure | 3 + > configure.ac | 3 + > gdb/Makefile.in | 2 + > gdb/NEWS | 1 + > gdb/configure.host | 1 + > gdb/configure.tgt | 11 + > gdb/features/Makefile | 4 + > gdb/features/nanomips-cp0.xml | 13 + > gdb/features/nanomips-cpu.xml | 44 + > gdb/features/nanomips-dsp.xml | 20 + > gdb/features/nanomips-fpu.xml | 45 + > gdb/features/nanomips.c | 54 + > gdb/features/nanomips.xml | 12 + > gdb/features/nanomips64-cp0.xml | 13 + > gdb/features/nanomips64-cpu.xml | 44 + > gdb/features/nanomips64-dsp.xml | 20 + > gdb/nanomips-tdep.c | 3421 +++++++++++++++++ > gdb/nanomips-tdep.h | 144 + > gdb/testsuite/gdb.asm/asm-source.exp | 9 +- > gdb/testsuite/gdb.asm/nanomips.inc | 49 + > .../gdb.base/catch-gdb-caused-signals.c | 3 + > gdb/testsuite/gdb.base/float.exp | 2 +- > gdb/testsuite/gdb.trace/trace-common.h | 2 +- > gdb/testsuite/lib/gdb.exp | 1 + > 25 files changed, 3919 insertions(+), 3 deletions(-) The documentation part is OK, thanks.