From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22453 invoked by alias); 15 Dec 2014 15:09:49 -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 22432 invoked by uid 89); 15 Dec 2014 15:09:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,NO_DNS_FOR_FROM,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mailuogwhop.emc.com Received: from mailuogwhop.emc.com (HELO mailuogwhop.emc.com) (168.159.213.141) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 15 Dec 2014 15:09:47 +0000 Received: from maildlpprd01.lss.emc.com (maildlpprd01.lss.emc.com [10.253.24.33]) by mailuogwprd02.lss.emc.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.0) with ESMTP id sBFF9cvp023287 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 15 Dec 2014 10:09:39 -0500 X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd02.lss.emc.com sBFF9cvp023287 X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd02.lss.emc.com sBFF9cvp023287 Received: from mailsyshubprd52.lss.emc.com (mailsyshubprd52.lss.emc.com [10.106.48.27]) by maildlpprd01.lss.emc.com (RSA Interceptor); Mon, 15 Dec 2014 10:09:17 -0500 Received: from usendtaylorx2l.lss.emc.com (usendtaylorx2l.lss.emc.com [10.243.10.188]) by mailsyshubprd52.lss.emc.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.0) with ESMTP id sBFF9LLV014498; Mon, 15 Dec 2014 10:09:21 -0500 Received: by usendtaylorx2l.lss.emc.com (Postfix, from userid 26043) id A04F45DC878; Mon, 15 Dec 2014 10:09:20 -0500 (EST) Received: from usendtaylorx2l (localhost [127.0.0.1]) by usendtaylorx2l.lss.emc.com (Postfix) with ESMTP id 9B4925DC503; Mon, 15 Dec 2014 10:09:20 -0500 (EST) To: Joel Brobecker cc: "gdb-patches@sourceware.org" Subject: Re: RFA 1/2 fix for bug with large structure offsets In-reply-to: <20141213132225.GC5457@adacore.com> References: <18839.1416329575@usendtaylorx2l> <20141213132225.GC5457@adacore.com> Comments: In-reply-to Joel Brobecker message dated "Sat, 13 Dec 2014 08:22:25 -0500." Date: Mon, 15 Dec 2014 15:09:00 -0000 Message-ID: <22812.1418656160@usendtaylorx2l> From: David Taylor X-RSA-Classifications: DLM_1, public X-Sentrion-Hostname: mailuogwprd02.lss.emc.com X-SW-Source: 2014-12/txt/msg00392.txt.bz2 Joel Brobecker wrote: > Hello David, Hello Joel, > Have these two patches been reviewed, yet? If not, can you please No, it has not been reviewed yet. > resubmit them with a proper description of the problem they fix and > a ChangeLog entry? Please Cc: me and I will review them next weekend. Is the description and ChangeLog in part 0 insufficient? There were three parts -- 0/2 -- description of the problem and ChangeLog entries 1/2 -- changes to GDB proper 2/2 -- testsuite changes (basically, a really simple test) > Thank you, > > -- > Joel Thanks. David