mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 22:10:32 +00:00
* findcmd.c: Add #include "gdb_stdint.h".
* Makefile.in (findcmd.o): Update dependencies.
This commit is contained in:
parent
468392fb66
commit
20c625669c
@ -1,3 +1,8 @@
|
||||
2008-05-13 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* findcmd.c: Add #include "gdb_stdint.h".
|
||||
* Makefile.in (findcmd.o): Update dependencies.
|
||||
|
||||
2008-05-11 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* sparc-linux-tdep.c (sparc32_linux_init_abi): Remove
|
||||
|
@ -2137,7 +2137,7 @@ f-exp.o: f-exp.c $(defs_h) $(gdb_string_h) $(expression_h) $(value_h) \
|
||||
$(parser_defs_h) $(language_h) $(f_lang_h) $(bfd_h) $(symfile_h) \
|
||||
$(objfiles_h) $(block_h)
|
||||
findcmd.o: findcmd.c $(defs_h) $(gdb_string_h) $(gdbcmd_h) $(value_h) \
|
||||
$(target_h)
|
||||
$(target_h) $(gdb_stdint_h)
|
||||
findvar.o: findvar.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(frame_h) \
|
||||
$(value_h) $(gdbcore_h) $(inferior_h) $(target_h) $(gdb_string_h) \
|
||||
$(gdb_assert_h) $(floatformat_h) $(symfile_h) $(regcache_h) \
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "gdbcmd.h"
|
||||
#include "value.h"
|
||||
#include "target.h"
|
||||
#include "gdb_stdint.h"
|
||||
|
||||
/* Copied from bfd_put_bits. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user