mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 14:30:48 +00:00
2003-08-27 Andrew Cagney <cagney@redhat.com>
* dsrec.c: Include "gdb_string.h". * Makefile.in (dsrec.o): Update dependencies.
This commit is contained in:
parent
c58c6baf79
commit
cdcd555211
@ -1,3 +1,8 @@
|
||||
2003-08-27 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* dsrec.c: Include "gdb_string.h".
|
||||
* Makefile.in (dsrec.o): Update dependencies.
|
||||
|
||||
2003-08-27 Michael Chastain <mec@shout.net>
|
||||
|
||||
* config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
|
||||
|
@ -1701,7 +1701,8 @@ disasm.o: disasm.c $(defs_h) $(target_h) $(value_h) $(ui_out_h) \
|
||||
doublest.o: doublest.c $(defs_h) $(doublest_h) $(floatformat_h) \
|
||||
$(gdb_assert_h) $(gdb_string_h) $(gdbtypes_h)
|
||||
dpx2-nat.o: dpx2-nat.c $(defs_h) $(gdbcore_h) $(gdb_string_h)
|
||||
dsrec.o: dsrec.c $(defs_h) $(serial_h) $(srec_h) $(gdb_assert_h)
|
||||
dsrec.o: dsrec.c $(defs_h) $(serial_h) $(srec_h) $(gdb_assert_h) \
|
||||
$(gdb_string_h)
|
||||
dummy-frame.o: dummy-frame.c $(defs_h) $(dummy_frame_h) $(regcache_h) \
|
||||
$(frame_h) $(inferior_h) $(gdb_assert_h) $(frame_unwind_h) \
|
||||
$(command_h) $(gdbcmd_h)
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "srec.h"
|
||||
#include <time.h>
|
||||
#include "gdb_assert.h"
|
||||
#include "gdb_string.h"
|
||||
|
||||
extern void report_transfer_performance (unsigned long, time_t, time_t);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user