]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* mcore-rom.c: Include "serial.h".
authorAndrew Cagney <cagney@redhat.com>
Tue, 10 Jul 2001 23:08:12 +0000 (23:08 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 10 Jul 2001 23:08:12 +0000 (23:08 +0000)
* Makefile.in (mcore-rom.o): Depends on "serial.h".

gdb/ChangeLog
gdb/Makefile.in
gdb/mcore-rom.c

index 4f22b9277a6aa3309ac860c083625148532f2fe6..bf8c5109a5dadef637ba7fc83d4362597c0926bc 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-10  Andrew Cagney  <ac131313@redhat.com>
+
+       * mcore-rom.c: Include "serial.h".
+       * Makefile.in (mcore-rom.o): Depends on "serial.h".
+
 2001-07-10  Andrew Cagney  <ac131313@redhat.com>
 
        * Makefile.in (remote-bug.o): Depends on serial.h.
index 94c59d2dba0df4db8e6ea99bc25e023500163aaf..77a2cdc94e13d32b9c7c581f50cf3f674026b0f5 100644 (file)
@@ -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 \
index cb77b19dc9e51ca3e2b14ae90114608656fdfec0..339c64096d65cdbb8a86ddd87923f54b76e3828f 100644 (file)
@@ -25,6 +25,7 @@
 #include "monitor.h"
 #include "gdb_string.h"
 #include "regcache.h"
+#include "serial.h"
 
 /* Functions used only in this file. */