From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18456 invoked by alias); 21 Mar 2004 22:19:04 -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 18448 invoked from network); 21 Mar 2004 22:19:02 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 21 Mar 2004 22:19:02 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B9D902B9B; Sun, 21 Mar 2004 17:18:52 -0500 (EST) Message-ID: <405E14CC.6050007@gnu.org> Date: Sun, 21 Mar 2004 22:19:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: "Nathan J. Williams" Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] mipsnbsd-tdep.c: include "mips-tdep.h" References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00483.txt.bz2 > 2004-03-19 Nathan J. Williams > > * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h". Fixing a build problem, "obvious", but you do need to also tweak the makefile. Andrew > Index: mipsnbsd-tdep.c > =================================================================== > RCS file: /cvs/src/src/gdb/mipsnbsd-tdep.c,v > retrieving revision 1.8 > diff -u -r1.8 mipsnbsd-tdep.c > --- mipsnbsd-tdep.c 16 Nov 2003 19:24:05 -0000 1.8 > +++ mipsnbsd-tdep.c 19 Mar 2004 22:32:00 -0000 > @@ -1,5 +1,5 @@ > /* Target-dependent code for MIPS systems running NetBSD. > - Copyright 2002, 2003 Free Software Foundation, Inc. > + Copyright 2002, 2003, 2004 Free Software Foundation, Inc. > Contributed by Wasabi Systems, Inc. > > This file is part of GDB. > @@ -28,6 +28,7 @@ > > #include "nbsd-tdep.h" > #include "mipsnbsd-tdep.h" > +#include "mips-tdep.h" > > #include "solib-svr4.h"