From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13736 invoked by alias); 19 Mar 2004 22:36:41 -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 13729 invoked from network); 19 Mar 2004 22:36:40 -0000 Received: from unknown (HELO biscayne-one-station.mit.edu) (18.7.7.80) by sources.redhat.com with SMTP; 19 Mar 2004 22:36:40 -0000 Received: from melbourne-city-street.mit.edu (MELBOURNE-CITY-STREET.MIT.EDU [18.7.21.86]) by biscayne-one-station.mit.edu (8.12.4/8.9.2) with ESMTP id i2JMad3b026508 for ; Fri, 19 Mar 2004 17:36:39 -0500 (EST) Received: from contents-vnder-pressvre.mit.edu (CONTENTS-VNDER-PRESSVRE.MIT.EDU [18.7.16.67]) (authenticated bits=56) (User authenticated as nathanw@ATHENA.MIT.EDU) by melbourne-city-street.mit.edu (8.12.4/8.12.4) with ESMTP id i2JMacTC024718 for ; Fri, 19 Mar 2004 17:36:38 -0500 (EST) Received: (from nathanw@localhost) by contents-vnder-pressvre.mit.edu (8.12.9) id i2JMabt7018547; Fri, 19 Mar 2004 17:36:37 -0500 (EST) To: gdb-patches@sources.redhat.com Subject: [RFA] mipsnbsd-tdep.c: include "mips-tdep.h" From: "Nathan J. Williams" Organization: Wasabi Systems, Inc. Date: Fri, 19 Mar 2004 22:36:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-03/txt/msg00474.txt.bz2 Make this file (and a netbsd-mips targeted GDB) build again; it needs mips-tdep.h to get a prototype for mips_regsize(), introduced in rev 1.7, 2003-11-15. OK to commit? - Nathan 2004-03-19 Nathan J. Williams * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h". 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"