From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13928 invoked by alias); 11 Jan 2018 04:00:54 -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 10052 invoked by uid 89); 11 Jan 2018 04:00:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 11 Jan 2018 04:00:30 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 8A9F1117B94; Wed, 10 Jan 2018 23:00:29 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 5PP2jV54Rdj8; Wed, 10 Jan 2018 23:00:29 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 267EC117B8D; Wed, 10 Jan 2018 23:00:29 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id DAD3380374; Thu, 11 Jan 2018 08:00:24 +0400 (+04) Date: Thu, 11 Jan 2018 04:00:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670) (Re: [PATCH 3/3] Add new gdb.ada/bp_c_mixed_case testcase for PR gdb/22670) Message-ID: <20180111040024.tcxk23i5toufwov5@adacore.com> References: <1515054953-81012-1-git-send-email-brobecker@adacore.com> <1515054953-81012-4-git-send-email-brobecker@adacore.com> <20180108035724.gac5u77znunzhho3@adacore.com> <20180109094625.7udsip4v23i4d5no@adacore.com> <7b5f4115-42b6-289a-3d6f-4d4b66637a4a@redhat.com> <619dda09-5c48-447e-ead9-c9d6a5ac9743@redhat.com> <20180110033608.adf7hvlaf5g6y6qm@adacore.com> <7863ef8c-ea29-4c03-193d-0b964f640ae0@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7863ef8c-ea29-4c03-193d-0b964f640ae0@redhat.com> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-01/txt/msg00211.txt.bz2 > I fixed the typos and pushed all the pending patches in. I've pushed > the rename patch as well, both to master and branch, the latter just to > make it easier to backport further related patches, if we need to: > > https://sourceware.org/ml/gdb-patches/2018-01/msg00207.html Hooray! Thanks a lot, Pedro. -- Joel