Add dependences to Makefile.in and include sim-h8300 in compile.c

This commit is contained in:
Andrey Volkov 2002-07-29 17:01:57 +00:00
parent 467e970634
commit a64bfde32f
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2002-07-29 Andrey Volkov <avolkov@transas.com>
* compile.c: Include "gdb/sim-h8300.h"
* Makefile.in: Add dependences on "inst.h",
"gdb/callback.h", "gdb/remote-sim.h" and "gdb/sim-h8300.h".
2002-06-16 Andrew Cagney <ac131313@redhat.com>
* configure: Regenerated to track ../common/aclocal.m4 changes.

View File

@ -19,7 +19,9 @@
## COMMON_PRE_CONFIG_FRAG
SIM_OBJS = compile.o sim-load.o
## COMMON_POST_CONFIG_FRAG
compile.o: compile.c config.h
compile.o: compile.c inst.h config.h \
$(srcdir)/../../include/gdb/sim-h8300.h \
$(srcdir)/../../include/gdb/remote-sim.h \
$(srcdir)/../../include/gdb/callback.h

View File

@ -34,6 +34,7 @@
#include "bfd.h"
#include "gdb/callback.h"
#include "gdb/remote-sim.h"
#include "gdb/sim-h8300.h"
#ifndef SIGTRAP
# define SIGTRAP 5