From c53efe6e572171de0a46423b865de9517124c3ef Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 3 Mar 2001 01:38:49 +0000 Subject: From 2001-03-01 Tom Rix : * 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. --- gdb/config/mn10200/tm-mn10200.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/config/mn10200') 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 -- cgit v1.1