From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7526 invoked by alias); 22 Jun 2017 12:43:15 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 7511 invoked by uid 89); 22 Jun 2017 12:43:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:sk:static. X-HELO: mail-it0-f47.google.com Received: from mail-it0-f47.google.com (HELO mail-it0-f47.google.com) (209.85.214.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 22 Jun 2017 12:43:13 +0000 Received: by mail-it0-f47.google.com with SMTP id m47so19992655iti.0 for ; Thu, 22 Jun 2017 05:43:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=NE41lxansALdu/wwkFnDcf/uQF4bb1qaTxIJkLQn4Mw=; b=dnYJmb/8AyG25+UskXdsxwuuZmbthaKZqm2CAgsMnf+1m9fpRyDQ9KDkf/3o7lrmNy pCxrDEtTwTLd8DTPYdZap/3yGAbcgzGXd8ced7gIQV0Picz34RYcdaSCXElNzGm44AHm UfYvNzDbYveAjopAYivRK8YA9ryHuUBm/dzPSHCq6qPs/Ib2w84L2Og4t80XPHc6XQ7T Zcz7b6xeOsU1J0KHYCc+m2jCC0104b/YTTQWetuWE3LSAhu91mdoDEJeVF+8uc/Zev9L 55VLiPvsWeFA5pGGfn2EsSz6azBTqKb0jP55xFE+0WJYn+Pwc8S0JTrmJoliDIwjlZLm eU+w== X-Gm-Message-State: AKS2vOy1Af6hZI1KitqXlwZZGR5Kny/celaL9SRMVIwtRRcQ+y7C+zSD KgwfS+zMEXx/7g== X-Received: by 10.36.107.68 with SMTP id v65mr1768287itc.79.1498135391961; Thu, 22 Jun 2017 05:43:11 -0700 (PDT) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id e34sm1078827ioj.62.2017.06.22.05.43.10 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 22 Jun 2017 05:43:11 -0700 (PDT) From: Yao Qi To: gdb-patches@sourceware.org Cc: walfred.tedeschi@intel.com Subject: Re: [PATCH 22/25] Regenerate two regformats/i386/.dat files References: <1497256916-4958-1-git-send-email-yao.qi@linaro.org> <1497256916-4958-23-git-send-email-yao.qi@linaro.org> Date: Thu, 22 Jun 2017 12:43:00 -0000 In-Reply-To: <1497256916-4958-23-git-send-email-yao.qi@linaro.org> (Yao Qi's message of "Mon, 12 Jun 2017 09:41:53 +0100") Message-ID: <86r2yci46c.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00643.txt.bz2 Yao Qi writes: > The self tests which compare pre-generated target descriptions and dynami= cally > created target descriptions fail, and it turns out that two pre-generated > target descriptions are wrong, so regenerate them. > > gdb: > > 2017-06-09 Yao Qi > > * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Regenerated. > * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated. I pushed it in. --=20 Yao (=E9=BD=90=E5=B0=A7)