* config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
authorAndrew Cagney <cagney@redhat.com>
Wed, 1 May 2002 21:26:52 +0000 (21:26 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 1 May 2002 21:26:52 +0000 (21:26 +0000)
* config/mcore/tm-mcore.h: Ditto.  Update copyright.
* config/v850/tm-v850.h: Ditto.  Update copyright.

gdb/ChangeLog
gdb/config/mcore/tm-mcore.h
gdb/config/mn10200/tm-mn10200.h
gdb/config/v850/tm-v850.h

index 053c1a3f653f35d0cc803e9fb3f7715fd16c095d..90c06f41137568fd9ffc9903f373e869a0d9dbe7 100644 (file)
@@ -1,3 +1,9 @@
+2002-05-01  Andrew Cagney  <cagney@redhat.com>
+
+       * 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  <ac131313@redhat.com>
 
        * cris-tdep.c (cris_gdbarch_init): Use arches instead of
index df62c21e76a154a357806fccc34fc51365f6c102..1da21b76e640bebd1834200f88b69c6922a156ff 100644 (file)
@@ -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
index 66fb03748ef98acf253db3cf81a25fe38e2e6d58..4402b78ba79142e9d010b61d0e00a617154e8f3f 100644 (file)
@@ -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 <noer@cygnus.com>
 
@@ -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
index 6f1db5ac04fe7b1c972ee5f97de7a257ad9c358b..c085cb51ca3503b92aa780d5f475a3144140aa95 100644 (file)
@@ -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
 
This page took 0.03248 seconds and 4 git commands to generate.