From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17255 invoked by alias); 1 Nov 2012 16:56:10 -0000 Received: (qmail 17070 invoked by uid 22791); 1 Nov 2012 16:56:08 -0000 X-SWARE-Spam-Status: No, hits=-8.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Nov 2012 16:56:02 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qA1Gu2pX005294 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 1 Nov 2012 12:56:02 -0400 Received: from spoyarek (vpn1-7-55.ams2.redhat.com [10.36.7.55]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qA1Gtx4i021748; Thu, 1 Nov 2012 12:56:00 -0400 Date: Thu, 01 Nov 2012 16:56:00 -0000 From: Siddhesh Poyarekar To: Jan Kratochvil Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 0/4] bitpos expansion summary reloaded Message-ID: <20121101222505.082948b1@spoyarek> In-Reply-To: <20121101152345.GA912@host2.jankratochvil.net> References: <20120927190053.1e7de264@spoyarek> <20120929173938.GA2987@host2.jankratochvil.net> <20120929181141.GA4009@host2.jankratochvil.net> <20120930065211.GA21118@host2.jankratochvil.net> <20121003184155.03dceed4@spoyarek> <20121003195627.GA17283@host2.jankratochvil.net> <20121004071314.GA4292@host2.jankratochvil.net> <20121021130546.02ea680c@spoyarek> <20121101152345.GA912@host2.jankratochvil.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 X-SW-Source: 2012-11/txt/msg00020.txt.bz2 On Thu, 1 Nov 2012 16:23:45 +0100, Jan wrote: > this patch extra-fixes.patch is not applicable to the commit > cec90d9d386f57f116e114c50e4287281420f531 which we established for > this work. Moreover it is not applicable even to FSF GDB HEAD. > It should apply on top of the earlier patches, not directly on top of cec90d9d386f57f116e114c50e4287281420f531. The sequence should be: bitpos and type.length changes f77 bounds fixes ensure size_t watchpoint changes tdep changes extra fixes Siddhesh