From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id Mp3ZEgtKVGLMMQAAWB0awg (envelope-from ) for ; Mon, 11 Apr 2022 11:32:27 -0400 Received: by simark.ca (Postfix, from userid 112) id 385A11F202; Mon, 11 Apr 2022 11:32:27 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RDNS_DYNAMIC autolearn=ham autolearn_force=no version=3.4.2 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 1B8221E150 for ; Mon, 11 Apr 2022 11:32:26 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 761A33842596 for ; Mon, 11 Apr 2022 15:32:25 +0000 (GMT) Received: from angie.orcam.me.uk (angie.orcam.me.uk [78.133.224.34]) by sourceware.org (Postfix) with ESMTP id 2B61E3857340 for ; Mon, 11 Apr 2022 15:32:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2B61E3857340 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=orcam.me.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=orcam.me.uk Received: by angie.orcam.me.uk (Postfix, from userid 500) id B544492009C; Mon, 11 Apr 2022 17:32:11 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id AF4C792009B; Mon, 11 Apr 2022 16:32:11 +0100 (BST) Date: Mon, 11 Apr 2022 16:32:11 +0100 (BST) From: "Maciej W. Rozycki" To: Youling Tang Subject: Re: [COMMITTED PATCH v2] gdb: mips: Fix the handling of complex type of function return value In-Reply-To: <9e315c60-54e3-afdf-f28e-008854ffbe06@loongson.cn> Message-ID: References: <1647406106-25723-1-git-send-email-tangyouling@loongson.cn> <20220316084248.m5m2et3njtngeoge@Plymouth> <877d8uuop8.fsf@redhat.com> <9e315c60-54e3-afdf-f28e-008854ffbe06@loongson.cn> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: , Cc: Richard Sandiford , Lancelot SIX , Andrew Burgess , gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" Hi Youling, > > I cannot see you listed in MAINTAINERS, but your original change only had > > a legally insignificant amount of changes, so I have now committed this > > updated version. However for the sake of any future submissions you may > > make can you please explain your current FSF copyright assignment status? > I am working for Loongson Technology Corporation Limited. > Loongson has signed the copyright assignment. > Loongson GNU ANY is RT 1604586. OK, this sounds good. > Can I add to the MAINTAINERS list for the convenience of submitting code > later? You'll need to request repository write access first and have that sponsored by a general maintainer. You'll be able to make such a request once you have got one or a couple of good changes accepted. At that point you'll add yourself to MAINTAINERS as your first change to the repository. Maciej