From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id gBGNCUZjkWcdwRcAWB0awg (envelope-from ) for ; Wed, 22 Jan 2025 16:29:42 -0500 Received: by simark.ca (Postfix, from userid 112) id 243711E100; Wed, 22 Jan 2025 16:29:42 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-6.3 required=5.0 tests=ARC_SIGNED,ARC_VALID,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H2 autolearn=unavailable autolearn_force=no version=4.0.0 Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id D345D1E05C for ; Wed, 22 Jan 2025 16:29:41 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 7A3BA3857C6C for ; Wed, 22 Jan 2025 21:29:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7A3BA3857C6C Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id 2EC043857BBA for ; Wed, 22 Jan 2025 21:29:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2EC043857BBA Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 2EC043857BBA Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=140.211.166.183 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1737581350; cv=none; b=cXjTpxqSR6IOzdPUBnOVlzudTayC86GG5jHOOKX3HHfJrtmnDVs1XLm8zdnb7NOto+3bHkQIYV7F1TTwvdYn1k1CjJRhmCEin+WZ13FhhsduLMieITEP4iF8YZSImH3vt7Su2hzyjQCPkCewDhYtAF6yJqsP5TEr+V2FPjabYxY= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1737581350; c=relaxed/simple; bh=fL1rnvMe8JE+YYKjZporvbxQM5eAoSPQOUHF3l4izKo=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=Nft6AIohPuLwh8ZEBz7vtmBSGI4I30J4roqstWWnRpRkWnuIVLndQKZug82xn7jadjm9jDNRsenkg63BX+ouBvHaQnvLA0HGEqNjrn9AwnXOWilotAgpJzNG1RI3tNuMJyzk5OVhwdCFup0Miq90CdWHHNkB39uaQ5QFgf9RtJc= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2EC043857BBA Received: from mop.sam.mop (unknown [82.8.138.118]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: sam) by smtp.gentoo.org (Postfix) with ESMTPSA id EF0C2342FAE; Wed, 22 Jan 2025 21:29:07 +0000 (UTC) From: Sam James To: Milica Matic Cc: "gdb-patches@sourceware.org" , Djordje Todorovic , Milos Kalicanin , Simon Marchi , Chao-ying Fu , Andrew Burgess , Kevin Buettner , "Maciej W. Rozycki" Subject: Re: [PATCH^9] gdb: mips: Add MIPSR6 support In-Reply-To: (Milica Matic's message of "Wed, 22 Jan 2025 21:06:44 +0000") Organization: Gentoo References: User-Agent: mu4e 1.12.7; emacs 31.0.50 Date: Wed, 22 Jan 2025 21:29:05 +0000 Message-ID: <87o6zyy1um.fsf@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces~public-inbox=simark.ca@sourceware.org Milica Matic writes: > HTEC Proprietary > What does this mean? Is it some email signature? Please remove it. > Thank you so much for your suggestions. > > > Kind Regards, > Milica > > [2. 0001-PATCH-9-gdb-mips-Add-MIPSR6-support.patch --- text/x-patch; 0001-PATCH-9-gdb-mips-Add-MIPSR6-support.patch]... Could you send the patch inline (possibly with git-send-email) to make it easier to comment on it?