From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4156 invoked by alias); 26 Jun 2017 17:59:42 -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 4134 invoked by uid 89); 26 Jun 2017 17:59:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:395 X-HELO: mail-ot0-f172.google.com Received: from mail-ot0-f172.google.com (HELO mail-ot0-f172.google.com) (74.125.82.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 26 Jun 2017 17:59:38 +0000 Received: by mail-ot0-f172.google.com with SMTP id 95so6405284ott.3 for ; Mon, 26 Jun 2017 10:59:37 -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=2h3JOD2S0JqWXytimPnT4SaNpvLV6/F6d0m0sKRH3t8=; b=P7s5WL9gucoTNSXgGfEfnPqDEWGhX5V5A6jFDReurj5CqlyxXPdkd3jvJ+m9/C+Ptc hwEFg9jYQXv0CEyyvS2PiN8LMh0i9CslaTMHN60BhtA+kcnUHaZERLO95zpMyYaw/A0G X2PBRXVkbwmT6QI9VjVIyddckWrtTo2EXNZknSKqOrJCLiGiHaFBbofRyr0ZzN5HQZS/ sLmPYFhgC0jJaRrRDAFskqGg16rcRyAPYk/KeHUqZpQ1AubWWxwxHja2nNYdb12w3xeB GxHHQZ/56BwWuJDSfiM0N9zGuwcFm1aPLHZpMXPIJpiU9OIxD1AW5EXLDv3VncaMa3fQ wtjw== X-Gm-Message-State: AKS2vOyud+Vv+7JqfUuMCNM6YfPJsemYE76Y1aQFKugFrxQkSrb2YFYP vmwb783UA2XG5jTqWgM7Dp0pOUI2J4dh X-Received: by 10.157.5.167 with SMTP id 36mr820201otd.131.1498499976451; Mon, 26 Jun 2017 10:59:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.189.11 with HTTP; Mon, 26 Jun 2017 10:59:36 -0700 (PDT) In-Reply-To: References: From: Ian Lance Taylor Date: Mon, 26 Jun 2017 17:59:00 -0000 Message-ID: Subject: Re: [PATCH, alpha, go]: Remove PtraceRegs definition to restore bootstrap To: Uros Bizjak Cc: "gcc-patches@gcc.gnu.org" , "gofrontend-dev@googlegroups.com" Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-06/txt/msg01947.txt.bz2 On Mon, Jun 26, 2017 at 12:24 AM, Uros Bizjak wrote: > > libgo is now able to automatically determine PtraceRegs. Attached > patch removes duplicate manual definition from system dependent > source. > > Bootstrapped and regression tested on alphaev68-linux-gnu. Thanks. Committed to mainline. Ian