From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46687 invoked by alias); 3 Jun 2016 11:34:36 -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 46671 invoked by uid 89); 3 Jun 2016 11:34:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=Hx-languages-length:250, Hx-spam-relays-external:ESMTPA 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:34:25 +0000 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 1B96F21D96 for ; Fri, 3 Jun 2016 07:34:23 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Fri, 03 Jun 2016 07:34:23 -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 A6924CCD2E for ; Fri, 3 Jun 2016 07:34:22 -0400 (EDT) Subject: Re: [PATCH] Fix C++ build for Cygwin References: <20160602141457.7608-1-jon.turney@dronecode.org.uk> To: gdb-patches@sourceware.org From: Jon Turney Message-ID: Date: Fri, 03 Jun 2016 11:34: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/msg00050.txt.bz2 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.