From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16212 invoked by alias); 6 Apr 2013 06:54: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 16202 invoked by uid 89); 6 Apr 2013 06:54:12 -0000 X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 06 Apr 2013 06:54:09 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MKT00L00N178C00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Sat, 06 Apr 2013 09:53:26 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MKT00LIRN518B00@a-mtaout22.012.net.il>; Sat, 06 Apr 2013 09:53:26 +0300 (IDT) Date: Sat, 06 Apr 2013 15:41:00 -0000 From: Eli Zaretskii Subject: Re: unbreak Windows hosted cross debugger builds gdb-7.6 release?) In-reply-to: <515F270A.2010403@redhat.com> To: Pedro Alves Cc: brobecker@adacore.com, gdb-patches@sourceware.org, jan.kratochvil@redhat.com Reply-to: Eli Zaretskii Message-id: <83ip40duae.fsf@gnu.org> 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> <515F270A.2010403@redhat.com> X-SW-Source: 2013-04/txt/msg00152.txt.bz2 > Date: Fri, 05 Apr 2013 20:33:30 +0100 > From: Pedro Alves > CC: brobecker@adacore.com, gdb-patches@sourceware.org, > jan.kratochvil@redhat.com > > 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. Thanks, committed to both mainline and the 7.6 branch. > 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... Exactly my line of reasoning. > >> * main.h (windows_get_absolute_argv0): ...to here > > Missing period after "here". Fixed.