From: Andrew Cagney Date: Tue, 10 Jul 2001 23:08:12 +0000 (+0000) Subject: * mcore-rom.c: Include "serial.h". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=56ff796a9a412f40936dbb8da8d334744ac74471;p=binutils-gdb.git * mcore-rom.c: Include "serial.h". * Makefile.in (mcore-rom.o): Depends on "serial.h". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4f22b9277a6..bf8c5109a5d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2001-07-10 Andrew Cagney + + * mcore-rom.c: Include "serial.h". + * Makefile.in (mcore-rom.o): Depends on "serial.h". + 2001-07-10 Andrew Cagney * Makefile.in (remote-bug.o): Depends on serial.h. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 94c59d2dba0..77a2cdc94e1 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1662,7 +1662,7 @@ mcore-tdep.o: mcore-tdep.c $(defs_h) $(frame_h) $(gdbcmd_h) $(value_h) \ $(symtab_h) $(symfile_h) $(gdbcore_h) $(inferior_h) mcore-rom.o: mcore-rom.c $(defs_h) $(gdbcore_h) target.h monitor.h \ - $(gdb_string_h) $(regcache_h) + $(gdb_string_h) $(regcache_h) serial.h mdebugread.o: mdebugread.c buildsym.h complaints.h $(bfd_h) $(defs_h) \ $(expression_h) gdb-stabs.h $(gdbcore_h) $(gdbtypes_h) language.h \ diff --git a/gdb/mcore-rom.c b/gdb/mcore-rom.c index cb77b19dc9e..339c64096d6 100644 --- a/gdb/mcore-rom.c +++ b/gdb/mcore-rom.c @@ -25,6 +25,7 @@ #include "monitor.h" #include "gdb_string.h" #include "regcache.h" +#include "serial.h" /* Functions used only in this file. */