* mcore-rom.c: Include "serial.h".
* Makefile.in (mcore-rom.o): Depends on "serial.h".
This commit is contained in:
parent
37febd2b53
commit
56ff796a9a
3 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include "monitor.h"
|
||||
#include "gdb_string.h"
|
||||
#include "regcache.h"
|
||||
#include "serial.h"
|
||||
|
||||
/* Functions used only in this file. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue