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 1BA913858C53 for ; Sat, 7 Oct 2023 15:01:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1BA913858C53 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 795FC92009C; Sat, 7 Oct 2023 17:01:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 6E8C892009B; Sat, 7 Oct 2023 16:01:41 +0100 (BST) Date: Sat, 7 Oct 2023 16:01:41 +0100 (BST) From: "Maciej W. Rozycki" To: YunQiang Su cc: YunQiang Su , Nick Clifton , binutils@sourceware.org Subject: Re: [committed 2/6] Gold/MIPS: Use EM_MIPS instead of EM_MIPS_RS3_LE for little endian In-Reply-To: Message-ID: References: <20230828034940.2056275-1-yunqiang.su@cipunited.com> <20230828034940.2056275-2-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 Sat, 7 Oct 2023, YunQiang Su wrote: > @Maciej W. Rozycki Since this patch is so simple, so is it ok to recommit it? As I requested off-list please resubmit any changes from this series you want to have reviewed. Maciej