From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1896 invoked by alias); 24 May 2013 03:01:39 -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 1829 invoked by uid 89); 24 May 2013 03:01:31 -0000 X-Spam-SWARE-Status: No, score=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_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, 24 May 2013 03:01:31 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r4O31SQd009936 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 23 May 2013 23:01:29 -0400 Received: from psique (ovpn-113-83.phx2.redhat.com [10.3.113.83]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r4O31PvM012822 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 23 May 2013 23:01:27 -0400 From: Sergio Durigan Junior To: Svante Signell Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: Small patch to enable build of gdb-7.6 for GNU/Hurd References: <1369326967.8127.33.camel@s1499.it.kth.se> <87mwrld3ps.fsf@fleche.redhat.com> <1369329677.8127.43.camel@s1499.it.kth.se> <87ip29d2ss.fsf@fleche.redhat.com> <1369331649.8127.46.camel@s1499.it.kth.se> X-URL: http://www.redhat.com Date: Fri, 24 May 2013 03:01:00 -0000 In-Reply-To: <1369331649.8127.46.camel@s1499.it.kth.se> (Svante Signell's message of "Thu, 23 May 2013 19:54:09 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2013-05/txt/msg00902.txt.bz2 On Thursday, May 23 2013, Svante Signell wrote: > A ChangeLog entry is attached (good enough?) > > Svante > > 2013-05-23 Svante Signell > > * nto-tdep.c (nto_init_solib_absolute_prefix): Solve build > problems for systems not defining PATH_MAX by using alloca > instead. It seems good enough for me. I am not a maintainer, though. -- Sergio