mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-14 19:38:01 +08:00
* aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
* Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2004-05-13 J. Brobecker <brobecker@gnat.com>
|
||||||
|
|
||||||
|
* aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
|
||||||
|
* Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
|
||||||
|
|
||||||
2004-05-13 Andrew Cagney <cagney@redhat.com>
|
2004-05-13 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
* infrun.c (handle_inferior_event): Check for
|
* infrun.c (handle_inferior_event): Check for
|
||||||
|
@ -1505,7 +1505,7 @@ ada-valprint.o: ada-valprint.c $(defs_h) $(symtab_h) $(gdbtypes_h) \
|
|||||||
$(annotate_h) $(ada_lang_h) $(c_lang_h) $(infcall_h)
|
$(annotate_h) $(ada_lang_h) $(c_lang_h) $(infcall_h)
|
||||||
aix-thread.o: aix-thread.c $(defs_h) $(gdb_assert_h) $(gdbthread_h) \
|
aix-thread.o: aix-thread.c $(defs_h) $(gdb_assert_h) $(gdbthread_h) \
|
||||||
$(target_h) $(inferior_h) $(regcache_h) $(gdbcmd_h) $(language_h) \
|
$(target_h) $(inferior_h) $(regcache_h) $(gdbcmd_h) $(language_h) \
|
||||||
$(ppc_tdep_h)
|
$(ppc_tdep_h) $(gdb_string_h)
|
||||||
alphabsd-nat.o: alphabsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
|
alphabsd-nat.o: alphabsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
|
||||||
$(alpha_tdep_h) $(alphabsd_tdep_h) $(gregset_h)
|
$(alpha_tdep_h) $(alphabsd_tdep_h) $(gregset_h)
|
||||||
alphabsd-tdep.o: alphabsd-tdep.c $(defs_h) $(alpha_tdep_h) \
|
alphabsd-tdep.o: alphabsd-tdep.c $(defs_h) $(alpha_tdep_h) \
|
||||||
|
@ -50,6 +50,7 @@
|
|||||||
#include "gdbcmd.h"
|
#include "gdbcmd.h"
|
||||||
#include "language.h" /* for local_hex_string() */
|
#include "language.h" /* for local_hex_string() */
|
||||||
#include "ppc-tdep.h"
|
#include "ppc-tdep.h"
|
||||||
|
#include "gdb_string.h"
|
||||||
|
|
||||||
#include <procinfo.h>
|
#include <procinfo.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
Reference in New Issue
Block a user