From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14798 invoked by alias); 5 Apr 2013 19:33:40 -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 14787 invoked by uid 89); 5 Apr 2013 19:33:40 -0000 X-Spam-SWARE-Status: No, score=-8.9 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 autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 05 Apr 2013 19:33:37 +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 r35JXXj2020142 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 5 Apr 2013 15:33:33 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r35JXVou011293; Fri, 5 Apr 2013 15:33:31 -0400 Message-ID: <515F270A.2010403@redhat.com> Date: Sat, 06 Apr 2013 06:16:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: Eli Zaretskii CC: brobecker@adacore.com, gdb-patches@sourceware.org, jan.kratochvil@redhat.com Subject: unbreak Windows hosted cross debugger builds (was: Re: one week to gdb-7.6 release?) References: <20130320160032.GC5447@adacore.com> <83vc8myoyb.fsf@gnu.org> <83ehf64cfs.fsf@gnu.org> <20130323162534.GI5447@adacore.com> <834ng23soj.fsf@gnu.org> <20130325151825.GJ5447@adacore.com> <83k3ov1mo0.fsf@gnu.org> <20130325162524.GK5447@adacore.com> <20130329015924.GA14360@adacore.com> <83eheywxye.fsf@gnu.org> <83ppycj0s3.fsf@gnu.org> <837gkhfnoi.fsf@gnu.org> In-Reply-To: <837gkhfnoi.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-04/txt/msg00143.txt.bz2 On 04/05/2013 08:21 AM, Eli Zaretskii wrote: >> OK to commit, including the branch (which will get a different change, >> since there's no need to remove the previous commit there)? OK with me. I'd have personally preferred a version that adds "get_absolute_argv0" to both mingw-hdep.c and posix-hdep.c, but we can do that if we find a need to do more than xstrdup for !Windows... >> >> 2013-04-02 Eli Zaretskii >> >> * windows-nat.c (windows_get_absolute_argv0): Move from here... >> * mingw-hdep.c (windows_get_absolute_argv0): ...to here. >> Include main.h. >> >> * windows-nat.h (windows_get_absolute_argv0): Move prototype from >> here... >> * main.h (windows_get_absolute_argv0): ...to here Missing period after "here". -- Pedro Alves