From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9837 invoked by alias); 27 Sep 2002 19:22:56 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 9822 invoked from network); 27 Sep 2002 19:22:54 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 27 Sep 2002 19:22:54 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g8RJ4di08131 for ; Fri, 27 Sep 2002 15:04:39 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8RJMrf04091; Fri, 27 Sep 2002 15:22:53 -0400 Received: from localhost.localdomain (vpn50-37.rdu.redhat.com [172.16.50.37]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8RJMrJ06529; Fri, 27 Sep 2002 15:22:53 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id g8RJMll24447; Fri, 27 Sep 2002 12:22:47 -0700 Date: Fri, 27 Sep 2002 12:22:00 -0000 From: Kevin Buettner Message-Id: <1020927192247.ZM24446@localhost.localdomain> In-Reply-To: David Carlton "[rfa] missing #include "gdb_string.h"" (Sep 27, 12:12pm) References: To: David Carlton , gdb-patches@sources.redhat.com Subject: Re: [rfa] missing #include "gdb_string.h" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00674.txt.bz2 On Sep 27, 12:12pm, David Carlton wrote: > 2002-09-26 David Carlton > > * Makefile.in (cris-tdep.o): Depend on gdb_string_h. > (mcore-tdep.o): Ditto. > (ns32k-tdep.o): Ditto. > (ns32knbsd-tdep.o): Ditto. > (sh3-rom.o): Ditto. > (vax-tdep.o): Ditto. > * cris-tdep.c: #include "gdb_string.h" > * mcore-tdep.c: Ditto. > * ns32k-tdep.c: Ditto. > * ns32knbsd-tdep.c: Ditto. > * sh3-rom.c: Ditto. > * vax-tdep.c: Ditto. I'm not the maintainer for any of the above, but your patch looks okay to me. Kevin