diff options
author | David S. Miller <davem@redhat.com> | 2006-04-09 08:22:43 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2006-04-09 08:22:43 +0000 |
commit | 321bb5b01594729051987cb1c8c72e75966964fe (patch) | |
tree | d2a8fc3d9a2f617c09c8afdaab8bb7bc5252445a /gdb/Makefile.in | |
parent | 802bebdf48a59cea3d9e0820e65aba8eaab72a16 (diff) | |
download | gdb-321bb5b01594729051987cb1c8c72e75966964fe.tar.gz |
* sparc64-linux-tdep.c (sparc64_linux_init_abi): Append dwarf2
frame sniffer.
* sparc-tdep.c (sparc32_gdbarch_init): Make sure to call
dwarf2_frame_set_init_reg() before gdbarch_init_osabi() so
that the latter can override.
* Makefile.in (sparc64-linux-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 3c568dddcc8..beab57cd730 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2618,9 +2618,9 @@ 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) $(regset_h) $(regcache_h) $(gdbarch_h) \ - $(gdbcore_h) $(osabi_h) $(solib_svr4_h) $(symtab_h) $(trad_frame_h) \ - $(tramp_frame_h) $(sparc64_tdep_h) + $(frame_unwind_h) $(dwarf2-frame_h) $(regset_h) $(regcache_h) \ + $(gdbarch_h) $(gdbcore_h) $(osabi_h) $(solib_svr4_h) $(symtab_h) \ + $(trad_frame_h) $(tramp_frame_h) $(sparc64_tdep_h) sparc64-nat.o: sparc64-nat.c $(defs_h) $(gdbarch_h) $(sparc64_tdep_h) \ $(sparc_nat_h) sparc64nbsd-nat.o: sparc64nbsd-nat.c $(defs_h) $(regcache_h) $(target_h) \ |