diff options
author | David S. Miller <davem@redhat.com> | 2006-04-08 21:01:36 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2006-04-08 21:01:36 +0000 |
commit | 0b4294d3c0c9cdac430a5f973dc5911869011ff2 (patch) | |
tree | 0a5c3eec42cad19a0c970212879aa94f07edd8b2 /gdb/Makefile.in | |
parent | 5cf3f6e29299cef28b42c75c0dfd9303eed71603 (diff) | |
download | gdb-0b4294d3c0c9cdac430a5f973dc5911869011ff2.zip gdb-0b4294d3c0c9cdac430a5f973dc5911869011ff2.tar.gz gdb-0b4294d3c0c9cdac430a5f973dc5911869011ff2.tar.bz2 |
* sparc-linux-tdep.c (sparc32_linux_step_trap): New.
(sparc32_linux_init_abi): Hook it into tdep->step_trap.
* sparc64-linux-tdep.c (sparc64_linux_step_trap): New.
(sparc64_linux_init_abi): Hook it into tdep->step_trap.
* Makefile.in: Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 00b8f46..bdc5da5 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2616,8 +2616,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) $(gdbarch_h) $(osabi_h) $(solib_svr4_h) \ - $(symtab_h) $(trad_frame_h) $(tramp_frame_h) $(sparc64_tdep_h) + $(frame_unwind_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) \ |