diff options
author | David S. Miller <davem@redhat.com> | 2006-04-04 22:14:52 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2006-04-04 22:14:52 +0000 |
commit | 0a59b3af50aa4b154bd8a829022ebc17eda9fb5f (patch) | |
tree | cba9d0ffff221121fe7cb9a76dd989d861fdee0a | |
parent | 75e192e668ff7717572b9a34c3182376709a6843 (diff) | |
download | gdb-0a59b3af50aa4b154bd8a829022ebc17eda9fb5f.zip gdb-0a59b3af50aa4b154bd8a829022ebc17eda9fb5f.tar.gz gdb-0a59b3af50aa4b154bd8a829022ebc17eda9fb5f.tar.bz2 |
* Makefile.in (sparc-linux-nat.o, sparc64-linux-nat.o): Update for
new includes.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/Makefile.in | 6 |
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) \ |