diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-05-01 21:26:52 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-05-01 21:26:52 +0000 |
commit | d5e725050c1c1a948d5b669334c56cb57f717c26 (patch) | |
tree | 508a9195880456b16a02baf131614e8bd3ffb9c2 /gdb/config/mn10200 | |
parent | c72f388de22b992d1018cb641f172d6c3c97935d (diff) | |
download | gdb-d5e725050c1c1a948d5b669334c56cb57f717c26.zip gdb-d5e725050c1c1a948d5b669334c56cb57f717c26.tar.gz gdb-d5e725050c1c1a948d5b669334c56cb57f717c26.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/config/mn10200')
-rw-r--r-- | gdb/config/mn10200/tm-mn10200.h | 6 |
1 files changed, 5 insertions, 1 deletions
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 <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 |