From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77721 invoked by alias); 16 Mar 2017 18:52:11 -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 77710 invoked by uid 89); 16 Mar 2017 18:52:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy= X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 16 Mar 2017 18:52:09 +0000 Received: from pps.filterd (m0098413.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v2GIhfbp006945 for ; Thu, 16 Mar 2017 14:52:08 -0400 Received: from e06smtp12.uk.ibm.com (e06smtp12.uk.ibm.com [195.75.94.108]) by mx0b-001b2d01.pphosted.com with ESMTP id 297ym4hywf-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 16 Mar 2017 14:52:08 -0400 Received: from localhost by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 16 Mar 2017 18:52:07 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (9.149.109.194) by e06smtp12.uk.ibm.com (192.168.101.142) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 16 Mar 2017 18:52:04 -0000 Received: from d06av22.portsmouth.uk.ibm.com (d06av22.portsmouth.uk.ibm.com [9.149.105.58]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id v2GIq48w15008190; Thu, 16 Mar 2017 18:52:04 GMT Received: from d06av22.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 0F2774C044; Thu, 16 Mar 2017 18:51:49 +0000 (GMT) Received: from d06av22.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id DE8A04C04A; Thu, 16 Mar 2017 18:51:48 +0000 (GMT) Received: from oc1027705133.ibm.com (unknown [9.152.212.162]) by d06av22.portsmouth.uk.ibm.com (Postfix) with ESMTPS; Thu, 16 Mar 2017 18:51:48 +0000 (GMT) From: Andreas Arnez To: "Ulrich Weigand" Cc: gdb-patches@sourceware.org, jan.kratochvil@redhat.com (Jan Kratochvil) Subject: Re: [PATCH] Big-endian targets: Don't ignore offset into DW_OP_stack_value References: <20170316184339.4EE7DD83329@oc3748833570.ibm.com> Date: Thu, 16 Mar 2017 18:52:00 -0000 In-Reply-To: <20170316184339.4EE7DD83329@oc3748833570.ibm.com> (Ulrich Weigand's message of "Thu, 16 Mar 2017 19:43:39 +0100 (CET)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-GCONF: 00 x-cbid: 17031618-0008-0000-0000-00000404919E X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17031618-0009-0000-0000-00001CDC6123 Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-03-16_15:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1702020001 definitions=main-1703160144 X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00291.txt.bz2 On Thu, Mar 16 2017, Ulrich Weigand wrote: > Andreas Arnez wrote: >> On Wed, Mar 15 2017, Ulrich Weigand wrote: >> > As mentioned above, I don't think it makes sense to allow a NULL type here. >> >> OK. I'll adjust the patch with the delta-patch below. Is that ready to >> apply then? > > Yes, this is OK. Thanks, pushed. -- Andreas