From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2353 invoked by alias); 28 Jul 2014 20:51:33 -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 2319 invoked by uid 89); 28 Jul 2014 20:51:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e24smtp04.br.ibm.com Received: from e24smtp04.br.ibm.com (HELO e24smtp04.br.ibm.com) (32.104.18.25) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 28 Jul 2014 20:51:30 +0000 Received: from /spool/local by e24smtp04.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 28 Jul 2014 17:51:26 -0300 Received: from d24dlp01.br.ibm.com (9.18.248.204) by e24smtp04.br.ibm.com (10.172.0.140) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 28 Jul 2014 17:51:24 -0300 Received: from d24relay02.br.ibm.com (d24relay02.br.ibm.com [9.13.184.26]) by d24dlp01.br.ibm.com (Postfix) with ESMTP id A4E923520050 for ; Mon, 28 Jul 2014 16:51:17 -0400 (EDT) Received: from d24av03.br.ibm.com (d24av03.br.ibm.com [9.8.31.95]) by d24relay02.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s6SKoVeY12255600 for ; Mon, 28 Jul 2014 17:50:31 -0300 Received: from d24av03.br.ibm.com (localhost [127.0.0.1]) by d24av03.br.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s6SKpNXc025650 for ; Mon, 28 Jul 2014 17:51:23 -0300 Received: from [9.18.233.197] (grandaddy.br.ibm.com [9.18.233.197]) by d24av03.br.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id s6SKpN1w025647; Mon, 28 Jul 2014 17:51:23 -0300 Message-ID: <53D6B7CB.9020001@linux.vnet.ibm.com> Date: Mon, 28 Jul 2014 21:47:00 -0000 From: Edjunior Barbosa Machado User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Joel Brobecker CC: gdb-patches@sourceware.org Subject: Re: GDB 7.8 update (getting closer, new pre-release) References: <20140717133826.GL4888@adacore.com> <53D6AF9E.8070205@linux.vnet.ibm.com> <20140728202049.GB6644@adacore.com> In-Reply-To: <20140728202049.GB6644@adacore.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14072820-1820-0000-0000-00000123D2E3 X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00709.txt.bz2 On 07/28/2014 05:20 PM, Joel Brobecker wrote: >> Hi, >> is possible to check these 2 patches into 7.8 branch? > > Just in the nick of time! :-) > >> https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=aebf9d247e4026189a0f612ee03c19cdf4bf86ac >> https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=572f65559b461133292118cee522b7e437714a07 >> >> These patches solve several unexpected failures from >> gdb.base/watchpoint-reuse-slot.exp in ppc64 servers and s390/s390x due to >> inappropriate handling on targets that don't support hw break/watchpoints. > > Yes, those two are OK for 7.8. Thanks Joel, I've just checked them into 7.8 branch: https://sourceware.org/ml/gdb-cvs/2014-07/msg00100.html -- Edjunior