From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10114 invoked by alias); 25 Nov 2008 23:12:16 -0000 Received: (qmail 10063 invoked by uid 22791); 25 Nov 2008 23:12:16 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 25 Nov 2008 23:11:26 +0000 Received: from wpaz37.hot.corp.google.com (wpaz37.hot.corp.google.com [172.24.198.101]) by smtp-out.google.com with ESMTP id mAPNBGRe027827 for ; Tue, 25 Nov 2008 15:11:16 -0800 Received: from rv-out-0506.google.com (rvbg37.prod.google.com [10.140.83.37]) by wpaz37.hot.corp.google.com with ESMTP id mAPNBEiW008455 for ; Tue, 25 Nov 2008 15:11:15 -0800 Received: by rv-out-0506.google.com with SMTP id g37so173009rvb.23 for ; Tue, 25 Nov 2008 15:11:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.225.19 with SMTP id x19mr2599861rvg.275.1227654674484; Tue, 25 Nov 2008 15:11:14 -0800 (PST) In-Reply-To: <492B1871.7080409@oarcorp.com> References: <492B1871.7080409@oarcorp.com> Date: Wed, 26 Nov 2008 18:45:00 -0000 Message-ID: Subject: Re: remove warnings in sim/arm From: Doug Evans To: Joel Sherrill Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/msg00707.txt.bz2 On Mon, Nov 24, 2008 at 1:11 PM, Joel Sherrill wrote: > Hi, > > a couple of files in arm/sim had warnings because > they did not include . Simple patch > to include > > Ok to commit? > > 2008-11-24 Joel Sherrill > > * arminit.c, iwmmxt.c: Include to > eliminate warning. Other sims check HAVE_STRING_H, as does gdb (and STDC_HEADERS), but there are already files in sim/arm that don't (and at some point we should no longer need to), so this patch is fine by me.