From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31782 invoked by alias); 23 May 2013 17:54:14 -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 31770 invoked by uid 89); 23 May 2013 17:54:14 -0000 X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-lb0-f177.google.com (HELO mail-lb0-f177.google.com) (209.85.217.177) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 23 May 2013 17:54:13 +0000 Received: by mail-lb0-f177.google.com with SMTP id o10so3680780lbi.22 for ; Thu, 23 May 2013 10:54:11 -0700 (PDT) X-Received: by 10.112.73.135 with SMTP id l7mr7121386lbv.42.1369331650945; Thu, 23 May 2013 10:54:10 -0700 (PDT) Received: from [130.237.20.66] (s1499.it.kth.se. [130.237.20.66]) by mx.google.com with ESMTPSA id w3sm5255071lae.7.2013.05.23.10.54.09 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 23 May 2013 10:54:10 -0700 (PDT) Message-ID: <1369331649.8127.46.camel@s1499.it.kth.se> Subject: Re: Small patch to enable build of gdb-7.6 for GNU/Hurd From: Svante Signell To: Tom Tromey Cc: gdb-patches@sourceware.org Date: Thu, 23 May 2013 17:54:00 -0000 In-Reply-To: <87ip29d2ss.fsf@fleche.redhat.com> 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> Content-Type: multipart/mixed; boundary="=-QKWD86NdUjbqJQWYwPct" Mime-Version: 1.0 X-Virus-Found: No X-SW-Source: 2013-05/txt/msg00888.txt.bz2 --=-QKWD86NdUjbqJQWYwPct Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Content-length: 620 On Thu, 2013-05-23 at 11:27 -0600, Tom Tromey wrote: > >>>>> "Svante" == Svante Signell writes: > > Svante> Thanks for your prompt reply. The code construct I used was the same as > Svante> the function defined before in the same source file: > Svante> int nto_find_and_open_solib (char *solib, unsigned o_flags, char > Svante> **temp_pathname) > > I guess I don't care that much. > > Svante> How to create a correct ChangeLog entry? Any tools available, emacs? > > Haha, yeah, pretty much only emacs. > See C-h f add-change-log-entry A ChangeLog entry is attached (good enough?) Svante --=-QKWD86NdUjbqJQWYwPct Content-Disposition: attachment; filename="ChangeLog.add" Content-Type: text/plain; name="ChangeLog.add"; charset="UTF-8" Content-Transfer-Encoding: 7bit Content-length: 187 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. --=-QKWD86NdUjbqJQWYwPct--