From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10361 invoked by alias); 27 May 2013 14:31:03 -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 10350 invoked by uid 89); 27 May 2013 14:31:03 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 27 May 2013 14:31:02 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 8C1DE2ED2F; Mon, 27 May 2013 10:31:00 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id sLMcn32PUtxx; Mon, 27 May 2013 10:31:00 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id EDC3C2ED2A; Mon, 27 May 2013 10:30:59 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 3B7B0C26EE; Mon, 27 May 2013 18:30:53 +0400 (RET) Date: Mon, 27 May 2013 14:31:00 -0000 From: Joel Brobecker To: Svante Signell Cc: Sergio Durigan Junior , Pedro Alves , gdb-patches@sourceware.org Subject: Re: Small patch to enable build of gdb-7.6 for GNU/Hurd Message-ID: <20130527143053.GC5751@adacore.com> References: <20130524042734.GG4017@adacore.com> <519F2A7A.4050002@redhat.com> <1369386446.8127.51.camel@s1499.it.kth.se> <1369654913.8127.84.camel@s1499.it.kth.se> <20130527121028.GB5751@adacore.com> <1369657278.8127.90.camel@s1499.it.kth.se> <1369662500.8127.97.camel@s1499.it.kth.se> <1369663027.8127.99.camel@s1499.it.kth.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1369663027.8127.99.camel@s1499.it.kth.se> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-05/txt/msg00953.txt.bz2 > Additionally, I think the char buf; statement should read char *buf; in > the patch. Clearly lots of errors in the patch I sent. Can you apply the changes you suggested, recompile to make sure it at least builds, and post again here. Because there is no testing involved, I'd like more people to have a chance to review it before it gets checked in. Thank you, -- Joel