diff options
author | Andrey Volkov <avolkov@transas.com> | 2002-07-29 17:01:57 +0000 |
---|---|---|
committer | Andrey Volkov <avolkov@transas.com> | 2002-07-29 17:01:57 +0000 |
commit | a64bfde32f9360d1d220a20835dca8ecf69113b6 (patch) | |
tree | 6acc21adda1c922dd76775abe4b754ffeda8d9d5 /sim/h8300/compile.c | |
parent | 467e970634e0f881a58ea8d71e35ceceb2f7eb80 (diff) | |
download | gdb-a64bfde32f9360d1d220a20835dca8ecf69113b6.zip gdb-a64bfde32f9360d1d220a20835dca8ecf69113b6.tar.gz gdb-a64bfde32f9360d1d220a20835dca8ecf69113b6.tar.bz2 |
Add dependences to Makefile.in and include sim-h8300 in compile.c
Diffstat (limited to 'sim/h8300/compile.c')
-rw-r--r-- | sim/h8300/compile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/h8300/compile.c b/sim/h8300/compile.c index b8c5ef3..8e4b55d 100644 --- a/sim/h8300/compile.c +++ b/sim/h8300/compile.c @@ -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 |