]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add dependences to Makefile.in and include sim-h8300 in compile.c
authorAndrey Volkov <avolkov@transas.com>
Mon, 29 Jul 2002 17:01:57 +0000 (17:01 +0000)
committerAndrey Volkov <avolkov@transas.com>
Mon, 29 Jul 2002 17:01:57 +0000 (17:01 +0000)
sim/h8300/ChangeLog
sim/h8300/Makefile.in
sim/h8300/compile.c

index e49d1cb7558bbd174a28af737e55453e7e3e5fbb..657a69f4a9c584a97079173a862222d44c13ad8f 100644 (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.
index 867e2e6e1db41aad29a13d9d757ac5c3c2f62833..55dc3db73106ec677cce40ae2bc898369c0c5d97 100644 (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
index b8c5ef3f5689293ab375ae21b3e7ed34294a7205..8e4b55d6a2807d280fc74104eba1448fbb337331 100644 (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