diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-03 01:38:49 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-03 01:38:49 +0000 |
commit | c53efe6e572171de0a46423b865de9517124c3ef (patch) | |
tree | fc4fb7d6f4d37b075a92a70310f9ffa664841d21 /gdb/config/mn10200 | |
parent | 52b5c2eb6cd9cbc9ceac18d23a6e44b27cf4e37c (diff) | |
download | gdb-c53efe6e572171de0a46423b865de9517124c3ef.zip gdb-c53efe6e572171de0a46423b865de9517124c3ef.tar.gz gdb-c53efe6e572171de0a46423b865de9517124c3ef.tar.bz2 |
From 2001-03-01 Tom Rix <trix@redhat.com>:
* mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
parameter to mn10200_analyze_prologue.
* config/mn10200/tm-mn10200.h: Include "regcache.h".
* MAINTAINERS: Document that mn10200-elf target is buildable.
Diffstat (limited to 'gdb/config/mn10200')
-rw-r--r-- | gdb/config/mn10200/tm-mn10200.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/config/mn10200/tm-mn10200.h b/gdb/config/mn10200/tm-mn10200.h index d7cc939..a8f521d 100644 --- a/gdb/config/mn10200/tm-mn10200.h +++ b/gdb/config/mn10200/tm-mn10200.h @@ -20,6 +20,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* FIXME: cagney/2001-03-01: The below macros refer to functions + declared in "regcache.h". The ``correct fix'' is to convert those + macros into functions. */ +#include "regcache.h" + /* The mn10200 is little endian. */ #define TARGET_BYTE_ORDER LITTLE_ENDIAN |