From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31728 invoked by alias); 6 Dec 2012 13:40:39 -0000 Received: (qmail 31596 invoked by uid 22791); 6 Dec 2012 13:40:36 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=BAYES_00,KHOP_SPAMHAUS_DROP,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from e06smtp15.uk.ibm.com (HELO e06smtp15.uk.ibm.com) (195.75.94.111) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 06 Dec 2012 13:40:29 +0000 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 6 Dec 2012 13:40:18 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (9.149.109.194) by e06smtp15.uk.ibm.com (192.168.101.145) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 6 Dec 2012 13:40:17 -0000 Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps3074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id qB6DeGtq58916888 for ; Thu, 6 Dec 2012 13:40:16 GMT Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id qB6CqVb7005842 for ; Thu, 6 Dec 2012 07:52:31 -0500 Received: from BR87Z6LW (sig-9-145-48-111.uk.ibm.com [9.145.48.111]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id qB6CqUMX005797; Thu, 6 Dec 2012 07:52:30 -0500 From: Andreas Arnez To: Joel Brobecker Cc: Eric Botcazou , gdb@sourceware.org Subject: Re: Unexpected DW_AT_type for Ada strings on s390x? References: <87fw3mhxbb.fsf@linux.vnet.ibm.com> <20121204121036.GK18566@adacore.com> <87r4n4hmzh.fsf@linux.vnet.ibm.com> <20121206045209.GW18566@adacore.com> Date: Thu, 06 Dec 2012 13:40:00 -0000 In-Reply-To: <20121206045209.GW18566@adacore.com> (Joel Brobecker's message of "Thu, 6 Dec 2012 08:52:09 +0400") Message-ID: <877govguyh.fsf@linux.vnet.ibm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii x-cbid: 12120613-0342-0000-0000-0000039A9E47 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-12/txt/msg00025.txt.bz2 Joel Brobecker writes: > I'm just waiting for you to confirm that the patch fixes the FAIL, and > I will commit the whole patch. OK, confirmed. The patch fixes the FAIL on s390x. > (I have been very busy these days) I can imagine. Thanks for your help!