summaryrefslogtreecommitdiffstats
path: root/gdb
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-04-07 11:45:58 +0000
committerPedro Alves <palves@redhat.com>2008-04-07 11:45:58 +0000
commiteffa26a936e3b81667b6a0fa18354a718734d5f1 (patch)
tree08aa202594ff1653dad85edf8887a2a5e804baa3 /gdb
parent8ade07e9bf86201d9e92f6ed1cfe1501762ba248 (diff)
downloadppe42-binutils-effa26a936e3b81667b6a0fa18354a718734d5f1.tar.gz
ppe42-binutils-effa26a936e3b81667b6a0fa18354a718734d5f1.zip
* alphanbsd-tdep.c: Include "target.h".
* mn10300-tdep.c: Include "target.h". * Makefile.in (alphanbsd-tdep.o, mn10300-tdep.o): Update.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/Makefile.in4
-rw-r--r--gdb/alphanbsd-tdep.c1
-rw-r--r--gdb/mn10300-tdep.c1
4 files changed, 10 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4020069285..4b74b7e96e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-07 Pedro Alves <pedro@codesourcery.com>
+
+ * alphanbsd-tdep.c: Include "target.h".
+ * mn10300-tdep.c: Include "target.h".
+ * Makefile.in (alphanbsd-tdep.o, mn10300-tdep.o): Update.
+
2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
Fix breakpoint condition that use member variables.
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 424d81f1b1..45f9fcb62e 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1836,7 +1836,7 @@ alpha-nat.o: alpha-nat.c $(defs_h) $(gdb_string_h) $(inferior_h) \
alphanbsd-tdep.o: alphanbsd-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \
$(regcache_h) $(regset_h) $(value_h) $(osabi_h) $(gdb_string_h) \
$(gdb_assert_h) $(alpha_tdep_h) $(alphabsd_tdep_h) $(nbsd_tdep_h) \
- $(solib_svr4_h)
+ $(solib_svr4_h) $(target_h)
alphaobsd-tdep.o: alphaobsd-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \
$(osabi_h) $(obsd_tdep_h) $(alpha_tdep_h) $(alphabsd_tdep_h) \
$(solib_svr4_h)
@@ -2507,7 +2507,7 @@ mn10300-tdep.o: mn10300-tdep.c $(defs_h) $(arch_utils_h) $(dis_asm_h) \
$(gdbtypes_h) $(regcache_h) $(gdb_string_h) $(gdb_assert_h) \
$(gdbcore_h) $(value_h) $(gdbtypes_h) \
$(frame_h) $(frame_unwind_h) $(frame_base_h) $(trad_frame_h) \
- $(symtab_h) $(dwarf2_frame_h) $(osabi_h) $(mn10300_tdep_h)
+ $(symtab_h) $(dwarf2_frame_h) $(osabi_h) $(target_h) $(mn10300_tdep_h)
monitor.o: monitor.c $(defs_h) $(gdbcore_h) $(target_h) $(exceptions_h) \
$(gdb_string_h) $(command_h) $(serial_h) $(monitor_h) $(gdbcmd_h) \
$(inferior_h) $(gdb_regex_h) $(srec_h) $(regcache_h)
diff --git a/gdb/alphanbsd-tdep.c b/gdb/alphanbsd-tdep.c
index 47b479157e..c85753b121 100644
--- a/gdb/alphanbsd-tdep.c
+++ b/gdb/alphanbsd-tdep.c
@@ -35,6 +35,7 @@
#include "alphabsd-tdep.h"
#include "nbsd-tdep.h"
#include "solib-svr4.h"
+#include "target.h"
/* Core file support. */
diff --git a/gdb/mn10300-tdep.c b/gdb/mn10300-tdep.c
index 37236857fe..f043604baf 100644
--- a/gdb/mn10300-tdep.c
+++ b/gdb/mn10300-tdep.c
@@ -36,6 +36,7 @@
#include "dwarf2-frame.h"
#include "osabi.h"
#include "infcall.h"
+#include "target.h"
#include "mn10300-tdep.h"
OpenPOWER on IntegriCloud