From d5e725050c1c1a948d5b669334c56cb57f717c26 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 1 May 2002 21:26:52 +0000 Subject: [PATCH] * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h". * config/mcore/tm-mcore.h: Ditto. Update copyright. * config/v850/tm-v850.h: Ditto. Update copyright. --- gdb/ChangeLog | 6 ++++++ gdb/config/mcore/tm-mcore.h | 2 ++ gdb/config/mn10200/tm-mn10200.h | 6 +++++- gdb/config/v850/tm-v850.h | 7 +++++-- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 053c1a3..90c06f4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2002-05-01 Andrew Cagney + + * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h". + * config/mcore/tm-mcore.h: Ditto. Update copyright. + * config/v850/tm-v850.h: Ditto. Update copyright. + 2002-04-30 Andrew Cagney * cris-tdep.c (cris_gdbarch_init): Use arches instead of diff --git a/gdb/config/mcore/tm-mcore.h b/gdb/config/mcore/tm-mcore.h index df62c21..1da21b7 100644 --- a/gdb/config/mcore/tm-mcore.h +++ b/gdb/config/mcore/tm-mcore.h @@ -20,6 +20,8 @@ Boston, MA 02111-1307, USA. */ #include "regcache.h" +#include "symtab.h" /* For namespace_enum. */ +#include "symfile.h" /* For entry_point_address(). */ /* All registers are 32 bits */ #define REGISTER_SIZE 4 diff --git a/gdb/config/mn10200/tm-mn10200.h b/gdb/config/mn10200/tm-mn10200.h index 66fb037..4402b78 100644 --- a/gdb/config/mn10200/tm-mn10200.h +++ b/gdb/config/mn10200/tm-mn10200.h @@ -1,5 +1,7 @@ /* Parameters for execution on a Matsushita mn10200 processor. - Copyright 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + + Copyright 1997, 1998, 1999, 2000, 2001, 2002 Free Software + Foundation, Inc. Contributed by Geoffrey Noer @@ -24,6 +26,8 @@ declared in "regcache.h". The ``correct fix'' is to convert those macros into functions. */ #include "regcache.h" +#include "symtab.h" /* For namespace_enum. */ +#include "symfile.h" /* For entry_point_address(). */ /* ints are only 16bits on the mn10200. */ #undef TARGET_INT_BIT diff --git a/gdb/config/v850/tm-v850.h b/gdb/config/v850/tm-v850.h index 6f1db5a..c085cb5 100644 --- a/gdb/config/v850/tm-v850.h +++ b/gdb/config/v850/tm-v850.h @@ -1,6 +1,7 @@ /* Parameters for execution on an NEC V850 processor. - Copyright 1996, 1997, 1998, 1999, 2000 - Free Software Foundation, Inc. + + Copyright 1996, 1997, 1998, 1999, 2000, 2002 Free Software + Foundation, Inc. This file is part of GDB. @@ -20,6 +21,8 @@ Boston, MA 02111-1307, USA. */ #include "regcache.h" +#include "symtab.h" /* For namespace_enum. */ +#include "symfile.h" /* For entry_point_address(). */ #define NUM_REGS 66 -- 2.7.4