From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59414 invoked by alias); 3 Jun 2016 11:49:12 -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 59395 invoked by uid 89); 3 Jun 2016 11:49:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=Hx-spam-relays-external:ESMTPA, 201606 X-HELO: out2-smtp.messagingengine.com Received: from out2-smtp.messagingengine.com (HELO out2-smtp.messagingengine.com) (66.111.4.26) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 03 Jun 2016 11:49:00 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 2C2EF21CC9 for ; Fri, 3 Jun 2016 07:48:58 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute2.internal (MEProxy); Fri, 03 Jun 2016 07:48:58 -0400 Received: from [192.168.1.102] (host86-141-128-254.range86-141.btcentralplus.com [86.141.128.254]) by mail.messagingengine.com (Postfix) with ESMTPA id C385CCC023 for ; Fri, 3 Jun 2016 07:48:57 -0400 (EDT) Subject: Re: [PATCH] Fix C++ build for Cygwin To: gdb-patches@sourceware.org References: <20160602141457.7608-1-jon.turney@dronecode.org.uk> From: Jon Turney Message-ID: <1988579a-b74b-34c5-f7ab-6bb8f6bbfdd5@dronecode.org.uk> Date: Fri, 03 Jun 2016 11:49:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2016-06/txt/msg00053.txt.bz2 On 03/06/2016 12:37, Pedro Alves wrote: > On 06/03/2016 12:34 PM, Jon Turney wrote: >> On 03/06/2016 11:57, Pedro Alves wrote: >>> On 06/02/2016 03:14 PM, Jon Turney wrote: >>> >>>> * windows-nat.c (handle_output_debug_string): return type of >>> >>> Uppercase "Return". >>> >>> OK. >> >> Pushed with that correction. >> > > Seems like you also created a "2.24.51.20140326" tag at > the same time? > > https://sourceware.org/ml/gdb-cvs/2016-06/msg00012.html Yes. I guess turning on push.followTags globally wasn't such a good idea. It seems I cannot remove this tag, please do so.