From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48021 invoked by alias); 7 Dec 2017 09:59: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 48010 invoked by uid 89); 7 Dec 2017 09:59:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=prudo@linux.vnet.ibm.com, prudolinuxvnetibmcom X-HELO: mail-qt0-f180.google.com Received: from mail-qt0-f180.google.com (HELO mail-qt0-f180.google.com) (209.85.216.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 07 Dec 2017 09:59:13 +0000 Received: by mail-qt0-f180.google.com with SMTP id u10so16063378qtg.2 for ; Thu, 07 Dec 2017 01:59:12 -0800 (PST) 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:content-transfer-encoding; bh=vbcc060b/J5hZ1xJ7KmzVV4lXGJKofvHIj3e30SMQnA=; b=dmx5GbaLp+8CDMRncaVL1dmxkZNGKP7xywPMs4tJ1rvZdplGPcsCqDapZsnRzF9nyT tuR1pff7ly+Dje6/4CpONxZ7w91+E6tqcHb+9g99FUH1FZovogTrBOcuO/oNq3e3UneR o3ug7K/WFG5qo0WkP3YFNalesuCtjArDYJr6BW7WEfniQcTUN3HzGK6ciUEsYPR6aTzu wvj6sDVjKEABeBUd67bfoUZuJGg/tkAKBggipfC4NEPcg1nkkBJMhhfg8asowRX9povK GRDcOfMQQ51H7Yjua6iF/Fu3sghg6ETKs6Up2l+G9q0txH3mOzL7qepBcWsnxI2uHS6c p0ow== X-Gm-Message-State: AKGB3mLN0oOaMrnsYnqlXG1qJUr1hc19nqYjtxeLyYlPjbbQz8YWPUz9 L3ISItcymogPZuoXqO6SpOnxkAG8tQY82eQoaWs= X-Google-Smtp-Source: AGs4zMbPd2jlIsbSwgz1r9frBr412oSwnQAzu5TJnRb37lxXEZz7FxSxiUxFsp8hva5/C/61HeIy3paBZ3oufUfEfBQ= X-Received: by 10.233.232.13 with SMTP id a13mr5716504qkg.186.1512640751526; Thu, 07 Dec 2017 01:59:11 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.132.161 with HTTP; Thu, 7 Dec 2017 01:59:11 -0800 (PST) In-Reply-To: <20171207101758.4b32fe1c@ThinkPad> References: <20171206105613.0bab3345@ThinkPad> <20171206102823.13EF7D80322@oc3748833570.ibm.com> <20171207101758.4b32fe1c@ThinkPad> From: Yao Qi Date: Thu, 07 Dec 2017 09:59:00 -0000 Message-ID: Subject: Re: [PATCH v2 01/11] s390: Remove duplicate checks for cached gdbarch@init To: Philipp Rudo Cc: Ulrich Weigand , GDB Patches , Andreas Arnez Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-12/txt/msg00130.txt.bz2 On Thu, Dec 7, 2017 at 9:17 AM, Philipp Rudo wro= te: > Hi Yao, > > I quickly talked to Uli yesterday about this and you and Uli are right. = There > is a possibility that a program chooses not to use the vector registers f= or > their abi even when they are present. I fixed the patch locally. > > Thanks for catching this! Great, happy to help :) --=20 Yao (=E9=BD=90=E5=B0=A7)