From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from angie.orcam.me.uk (angie.orcam.me.uk [78.133.224.34]) by sourceware.org (Postfix) with ESMTP id 4C4203858C1F for ; Fri, 25 Aug 2023 03:31:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4C4203858C1F 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 20C8B92009C; Fri, 25 Aug 2023 05:31:15 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 13AA792009B; Fri, 25 Aug 2023 04:31:15 +0100 (BST) Date: Fri, 25 Aug 2023 04:31:14 +0100 (BST) From: "Maciej W. Rozycki" To: YunQiang Su cc: YunQiang Su , binutils@sourceware.org, iant@google.com, ccoutant@gmail.com Subject: Re: [PATCH v3 1/2] Gold/MIPS: Improve MIPS support in configure.tgt In-Reply-To: Message-ID: References: <20230820171457.1377429-1-yunqiang.su@cipunited.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1163.3 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_INFOUSMEBIZ,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Fri, 25 Aug 2023, YunQiang Su wrote: > @Maciej W. Rozycki How about this patch? This will have to be split as I previously outlined. Also I won't have any time to review patches in the next few weeks as I am out of capacity right now. Maciej