From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7367 invoked by alias); 1 Dec 2008 16:11:46 -0000 Received: (qmail 7347 invoked by uid 22791); 1 Dec 2008 16:11:44 -0000 X-Spam-Check-By: sourceware.org Received: from mail.oarcorp.com (HELO OARmail.OARCORP.com) (216.186.189.5) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 01 Dec 2008 16:11:08 +0000 Received: from [192.168.1.3] (192.168.1.3) by OARmail.OARCORP.com (192.168.2.2) with Microsoft SMTP Server (TLS) id 8.1.311.2; Mon, 1 Dec 2008 10:07:08 -0600 Message-ID: <49340C95.3050708@oarcorp.com> Date: Mon, 01 Dec 2008 16:11:00 -0000 From: Joel Sherrill User-Agent: Thunderbird 2.0.0.18 (X11/20081119) MIME-Version: 1.0 To: "gdb-patches@sourceware.org" Subject: Re: remove warning in h8sim References: <4934017F.7060504@oarcorp.com> <20081201160630.GA8596@caradoc.them.org> In-Reply-To: <20081201160630.GA8596@caradoc.them.org> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit 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-12/txt/msg00006.txt.bz2 Daniel Jacobowitz wrote: > On Mon, Dec 01, 2008 at 09:23:43AM -0600, Joel Sherrill wrote: > >> Hi, >> >> Minor patch to add const to a couple of pointer >> declarations and remove warnings. >> >> OK to commit? >> >> 2008-12-01 Joel Sherrill >> >> * compile.c: Add const to remove warning. >> > > OK. > > Thanks. Committed. --joel