From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTP id A54443858034 for ; Mon, 24 May 2021 13:52:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A54443858034 Received: from mail-wm1-f70.google.com (mail-wm1-f70.google.com [209.85.128.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-432-hGs44N3cM-eeLWud7ANq5w-1; Mon, 24 May 2021 09:52:23 -0400 X-MC-Unique: hGs44N3cM-eeLWud7ANq5w-1 Received: by mail-wm1-f70.google.com with SMTP id z64-20020a1ce2430000b029016d56f15ac0so3980004wmg.1 for ; Mon, 24 May 2021 06:52:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=M4qbkoVen6vOOC19UFxah35OnSKBbSDXDtT1LEtuVVs=; b=TEynSP7+bBkVdPQ0xvHtFGJihVPrL/lR6QwjQxIDmjbogv/5TCMX8AiTJl6azaj60C s7GY1e6vq/liXvmSQNmRF7JLZcCulGM+5Gk9p6aTzZD0YfFwMIotddiD+QH/+5gUqClL uHTMMr2ixkyqjL4O0mHtg4hAkafeadaRWa/sF2H6Cl1P4zbpRL2UfZ7bk/a96x0ZDIju cTkaClZVsr8xx93QeQhxPuaQ56sv3gLVcpviJ8Qzc7EvUBx7EEWSfYvMcxiimeCKnSOG rHsjyK45gOdOSIn1B8UDXlQKKOPtq8IUHAFPqvXI9Mj3VvuvR84GtqxAa64KCYmk5ZIx Y7LA== X-Gm-Message-State: AOAM530+ddRqLsfubbtJthHoJXhdKUTOCugFVlBDBvC0+teFk/TbrECo ACnrOQAjeU09Cy1xSJ4/mQFC5/weowx5h9XyNr+T+aZ6vZQp94TsMQEVlxzyGo2ocL7xJl4kxJC SSNtbX13V8LAaJ1N+fnF2YhBpDTjQpcKUzIjIyv6udIT405vonbMoAPBASoRbH0DZ9RQvnQ== X-Received: by 2002:a1c:c90f:: with SMTP id f15mr20112559wmb.142.1621864342497; Mon, 24 May 2021 06:52:22 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxNpmLClN/n5OSoqVuo4bGXHxUkpl4qufDFXUvtYj4ITks2GvPjtwKqitFkz3KDVokk+YpDVw== X-Received: by 2002:a1c:c90f:: with SMTP id f15mr20112538wmb.142.1621864342217; Mon, 24 May 2021 06:52:22 -0700 (PDT) Received: from [192.168.1.2] ([80.168.237.61]) by smtp.gmail.com with ESMTPSA id p14sm12280370wrm.70.2021.05.24.06.52.21 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 24 May 2021 06:52:21 -0700 (PDT) Subject: Re: [PATCH] Update config.sub and config.guess for MIPS R3 and R5 ISA support To: "Maciej W. Rozycki" , binutils@sourceware.org, gdb-patches@sourceware.org References: From: Nick Clifton Message-ID: <440ef9ce-cd9a-86ae-5849-20b7dfa6d891@redhat.com> Date: Mon, 24 May 2021 14:52:20 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: , X-List-Received-Date: Mon, 24 May 2021 13:52:26 -0000 Hi Maciej, > * config.guess: Import from upstream. > * config.sub: Likewise. > > readline/ > * readline/support/config.guess: Import from upstream. > * readline/support/config.sub: Likewise. Approved - please apply. Cheers Nick