aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid S. Miller <davem@redhat.com>2006-04-04 22:14:52 +0000
committerDavid S. Miller <davem@redhat.com>2006-04-04 22:14:52 +0000
commit0a59b3af50aa4b154bd8a829022ebc17eda9fb5f (patch)
treecba9d0ffff221121fe7cb9a76dd989d861fdee0a
parent75e192e668ff7717572b9a34c3182376709a6843 (diff)
downloadfsf-binutils-gdb-0a59b3af50aa4b154bd8a829022ebc17eda9fb5f.zip
fsf-binutils-gdb-0a59b3af50aa4b154bd8a829022ebc17eda9fb5f.tar.gz
fsf-binutils-gdb-0a59b3af50aa4b154bd8a829022ebc17eda9fb5f.tar.bz2
* Makefile.in (sparc-linux-nat.o, sparc64-linux-nat.o): Update for
new includes.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/Makefile.in6
2 files changed, 7 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c9e9f75..98fc04e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -6,7 +6,9 @@
fill_fpregset): New.
* sparc64-linux-nat.c (supply_gregset, supply_fpregset, fill_gregset,
fill_fpregset): New.
-
+ * Makefile.in (sparc-linux-nat.o, sparc64-linux-nat.o): Update for
+ new includes.
+
2006-04-04 Andreas Schwab <schwab@suse.de>
* Makefile.in (elf_common_h): Define.
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 7ef1baf..09a2a3d 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2612,7 +2612,8 @@ sparc64fbsd-tdep.o: sparc64fbsd-tdep.c $(defs_h) $(frame_h) \
$(frame_unwind_h) $(gdbcore_h) $(osabi_h) $(regcache_h) $(regset_h) \
$(target_h) $(trad_frame_h) $(gdb_assert_h) $(gdb_string_h) \
$(sparc64_tdep_h) $(solib_svr4_h)
-sparc64-linux-nat.o: sparc64-linux-nat.c $(defs_h) $(sparc64_tdep_h) \
+sparc64-linux-nat.o: sparc64-linux-nat.c $(defs_h) $(regcache_h) \
+ $(gregset_h) $(sparc64_tdep_h) $(sparc_tdep_h) \
$(sparc_nat_h) $(inferior_h) $(target_h) $(linux_nat_h)
sparc64-linux-tdep.o: sparc64-linux-tdep.c $(defs_h) $(frame_h) \
$(frame_unwind_h) $(gdbarch_h) $(osabi_h) $(solib_svr4_h) \
@@ -2637,7 +2638,8 @@ sparc64-tdep.o: sparc64-tdep.c $(defs_h) $(arch_utils_h) $(dwarf2_frame_h) \
$(gdbcore_h) $(gdbtypes_h) $(inferior_h) $(symtab_h) $(objfiles_h) \
$(osabi_h) $(regcache_h) $(target_h) $(value_h) $(gdb_assert_h) \
$(gdb_string_h) $(sparc64_tdep_h)
-sparc-linux-nat.o: sparc-linux-nat.c $(defs_h) $(inferior_h) $(target_h) \
+sparc-linux-nat.o: sparc-linux-nat.c $(defs_h) $(regcache_h) $(gregset_h) \
+ $(sparc_tdep_h) $(sparc_nat_h) $(inferior_h) $(target_h) \
$(linux_nat_h)
sparc-linux-tdep.o: sparc-linux-tdep.c $(defs_h) $(floatformat_h) $(frame_h) \
$(frame_unwind_h) $(gdbarch_h) $(gdbcore_h) $(osabi_h) $(regcache_h) \