From 0a59b3af50aa4b154bd8a829022ebc17eda9fb5f Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Tue, 4 Apr 2006 22:14:52 +0000 Subject: [PATCH] * Makefile.in (sparc-linux-nat.o, sparc64-linux-nat.o): Update for new includes. --- gdb/ChangeLog | 4 +++- gdb/Makefile.in | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c9e9f75a4e1..98fc04ef56e 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 * Makefile.in (elf_common_h): Define. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 7ef1baf2c38..09a2a3dd5b8 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) \ -- 2.30.2