From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2692 invoked by alias); 23 Jun 2017 13:19:49 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 2672 invoked by uid 89); 23 Jun 2017 13:19:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: mail-yb0-f181.google.com Received: from mail-yb0-f181.google.com (HELO mail-yb0-f181.google.com) (209.85.213.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 23 Jun 2017 13:19:46 +0000 Received: by mail-yb0-f181.google.com with SMTP id e201so13177322ybb.1 for ; Fri, 23 Jun 2017 06:19:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=LLNhg+pZV9MXzE06SxseCqxFaw85PDt7YyWc5MiDSRQ=; b=sYBhVr5ewIQpPkmgYOhSm9SvnknsuwvHnmqv7csqOsCL26GpazlTOPU3nBzgg5zv2V iE904zCHMmJyym1GuN6aispr1weKwJK9RZbgBPAUz6NReu5ISnpSXMy5hQn/aEX/qVnh ohFQiiFu3/nyrlfUP6lR8eu5La3DQbwj7RTz9MAu/a9N0groY/3+2jJtAZn16Lkd21gH Xc1YrQP2rgfxGkN/sQaOH+8le2E2hsB8bKPDxxHyymsCI9wSj0CxVvlbVM+wFaHbSveA kL0f9/9YDlgNNknOZIxnwVr/TOKAZsVA9suDzDjDZupfqfcYW6Z8EUxQh/ccPWsH1ue0 Ltlw== X-Gm-Message-State: AKS2vOxNrHKp8qs8wja8d063igd5/DE5OE+hGV4V/by7jnpAETRxbljH iSbgkGc9SNOpqDy6Co0U6g6dE0QJURsj X-Received: by 10.37.3.143 with SMTP id 137mr5617720ybd.49.1498223985050; Fri, 23 Jun 2017 06:19:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.125.6 with HTTP; Fri, 23 Jun 2017 06:19:44 -0700 (PDT) In-Reply-To: References: From: "Ian Lance Taylor via gcc-patches" Reply-To: Ian Lance Taylor Date: Fri, 23 Jun 2017 13:19:00 -0000 Message-ID: Subject: Re: [PATCH] go.test: update MIPS architecture names To: James Cowgill Cc: gcc-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg01781.txt.bz2 On Fri, Jun 23, 2017 at 5:40 AM, James Cowgill wrote: > > This updates the go architecture names on MIPS in line with the recent > changes to libgo. > > I do not have commit access, so please can someone else commit this for > me. > > Thanks, > James > > 2016-06-23 James Cowgill > > * go.test/go-test.exp (go-set-goarch): update MIPS architecture > names. Thanks. Committed. Ian