* Makefile.in (sparc-linux-nat.o, sparc64-linux-nat.o): Update for
authorDavid S. Miller <davem@redhat.com>
Tue, 4 Apr 2006 22:14:52 +0000 (22:14 +0000)
committerDavid S. Miller <davem@redhat.com>
Tue, 4 Apr 2006 22:14:52 +0000 (22:14 +0000)
new includes.

gdb/ChangeLog
gdb/Makefile.in

index c9e9f75a4e14ff54cdd8d0b29cfecff53bcc72b0..98fc04ef56e2f71a515cf9d55db970f801177c0c 100644 (file)
@@ -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.
index 7ef1baf2c38f17c3d19b22ffe2254eaec8da2325..09a2a3dd5b8bac17d81d5dc24987ea67366fb3a1 100644 (file)
@@ -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) \
This page took 0.031507 seconds and 4 git commands to generate.