From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28809 invoked by alias); 10 Nov 2008 17:49:33 -0000 Received: (qmail 28795 invoked by uid 22791); 10 Nov 2008 17:49:33 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 10 Nov 2008 17:48:56 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 1C2812A9651; Mon, 10 Nov 2008 12:48:54 -0500 (EST) 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 USEnmUhyDTxe; Mon, 10 Nov 2008 12:48:54 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D9F1F2A9619; Mon, 10 Nov 2008 12:48:53 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id CBAC1E7ACD; Mon, 10 Nov 2008 09:48:51 -0800 (PST) Date: Mon, 10 Nov 2008 17:54:00 -0000 From: Joel Brobecker To: Joel Sherrill Cc: "gdb-patches@sourceware.org" Subject: Re: fix errors in remote-sim.c Message-ID: <20081110174851.GD5112@adacore.com> References: <49186522.7050305@oarcorp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49186522.7050305@oarcorp.com> User-Agent: Mutt/1.4.2.2i 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 X-SW-Source: 2008-11/txt/msg00179.txt.bz2 > 2008-11-10 Joel Sherrill > > * remote-sim.c (gdbsim_create_inferior, > gdbsim_mourn_inferior) : Correct prototypes to match > that expected. Looks good to me. Thanks for fixing this. -- Joel