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 | b2a0b9b2f6b8aa65d0b9dec5102ed66d64073d1c (patch) | |
tree | e43f43afa8e758d18b701b2eea41350d03e44296 /gdb/Makefile.in | |
parent | ee1b3323e66265153132e886875197c10294ff32 (diff) | |
download | gdb-b2a0b9b2f6b8aa65d0b9dec5102ed66d64073d1c.zip gdb-b2a0b9b2f6b8aa65d0b9dec5102ed66d64073d1c.tar.gz gdb-b2a0b9b2f6b8aa65d0b9dec5102ed66d64073d1c.tar.bz2 |
* 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 3c568dd..beab57c 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) \ |