From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from t03.bc.larksuite.com (t03.bc.larksuite.com [209.127.231.36]) by sourceware.org (Postfix) with UTF8SMTPS id F18B23858D32 for ; Mon, 8 May 2023 09:42:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org F18B23858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=oss.cipunited.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=oss.cipunited.com DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=s1; d=oss-cipunited-com.20200927.dkim.feishu.cn; t=1683538945; h=from:subject:mime-version:from:date:message-id:subject:to:cc: reply-to:content-type:mime-version:in-reply-to:message-id; bh=IPz5xzt7SXDPmhxqskXfn+6xI6vS+Jt6+fX01u60JJA=; b=cc6ML+MI3lQ8LaOC3ZoN1uI4khA/dJu4bxEAC2I1g7CExwQDreweHig5yWvlyfa7zHaE0T vTdMFG2VnY8ZOmVsE2SNb+M/BxCA7XnLr9sP+ZMbj4AnqG7v503l7Iq3fgiJG2Vy9ocFp1 sE9+TROCZnJ89JIz89W4zNIV5hB1oWeOMlLkbouvFz4TRdLOoXJWPz/CK+dujXaictIoYz n5rK+0g4qfJfNKO5UsdN0/O4R8ts/8S4EFisOf2/OxPmIHWfjTujEbariUHAGdC6ATPgNv DTQ7r/Sw1dSobssWtTJMqdAd8dIRF5EzkzkfsJhnjXQi4BK45twnq2Z3tCIdXQ== Mime-Version: 1.0 Subject: Re: [PATCH v5] Add support for nanoMIPS architecture Message-Id: <1c609a03-f0f9-d88f-62ac-75b85273ba32@oss.cipunited.com> X-Lms-Return-Path: In-Reply-To: <20230505092316.1046472-1-aleksandar.rikalo@syrmia.com> Content-Type: multipart/alternative; boundary=df8b7ccaa17e85ce9e74162340c7d5a3b0859c75964824c72a646e9c77f2 From: "Tsing" Date: Mon, 08 May 2023 17:42:14 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 To: Cc: References: <20230505092316.1046472-1-aleksandar.rikalo@syrmia.com> Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,HTML_MESSAGE,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,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: --df8b7ccaa17e85ce9e74162340c7d5a3b0859c75964824c72a646e9c77f2 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Hi. Results of tests on the patch are all passed,=20 but the size of the patch is too large.=20 Is it possible to split the patch into smaller ones? Thanks. Tsing > Add a subset of the functionality required for GDB.= --df8b7ccaa17e85ce9e74162340c7d5a3b0859c75964824c72a646e9c77f2--