From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25627 invoked by alias); 15 Apr 2016 10:42:38 -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 25605 invoked by uid 89); 15 Apr 2016 10:42:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-languages-length:748 X-HELO: e06smtp08.uk.ibm.com Received: from e06smtp08.uk.ibm.com (HELO e06smtp08.uk.ibm.com) (195.75.94.104) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Fri, 15 Apr 2016 10:42:27 +0000 Received: from localhost by e06smtp08.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 15 Apr 2016 11:42:24 +0100 Received: from d06dlp03.portsmouth.uk.ibm.com (9.149.20.15) by e06smtp08.uk.ibm.com (192.168.101.138) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 15 Apr 2016 11:42:21 +0100 X-IBM-Helo: d06dlp03.portsmouth.uk.ibm.com X-IBM-MailFrom: arnez@linux.vnet.ibm.com X-IBM-RcptTo: gdb-patches@sourceware.org Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 430E31B0805F for ; Fri, 15 Apr 2016 11:43:03 +0100 (BST) Received: from d06av08.portsmouth.uk.ibm.com (d06av08.portsmouth.uk.ibm.com [9.149.37.249]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u3FAgLlL2294134 for ; Fri, 15 Apr 2016 10:42:21 GMT Received: from d06av08.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u3FAgKv5000906 for ; Fri, 15 Apr 2016 04:42:20 -0600 Received: from oc1027705133.ibm.com (dyn-9-152-212-180.boeblingen.de.ibm.com [9.152.212.180]) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id u3FAgKOr000892; Fri, 15 Apr 2016 04:42:20 -0600 From: Andreas Arnez To: gdb-patches@sourceware.org Cc: Ulrich Weigand Subject: [PATCH 0/2] Fixes for some s390 fails with store.exp Date: Fri, 15 Apr 2016 10:42:00 -0000 Message-Id: <1460716939-27850-1-git-send-email-arnez@linux.vnet.ibm.com> X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16041510-0033-0000-0000-000011CD3AEC X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00344.txt.bz2 Since vector register support was added to GDB, store.exp shows some FAILs on a z13. These are due to two different problems, each addressed by a patch in this series. Andreas Arnez (2): S390: Take value from sub-register if applicable Involve gdbarch in taking DWARF register pieces gdb/dwarf2loc.c | 31 ++++++++++++++----------------- gdb/findvar.c | 40 +++++++++++++++++++--------------------- gdb/gdbarch.c | 28 ++++++++++++++-------------- gdb/gdbarch.h | 15 +++++++-------- gdb/gdbarch.sh | 10 +++++----- gdb/s390-linux-tdep.c | 27 ++++++++++++++------------- gdb/spu-tdep.c | 20 ++++++-------------- gdb/value.h | 6 ++---- 8 files changed, 81 insertions(+), 96 deletions(-) -- 2.5.0