diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-04-09 11:39:38 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-04-09 11:39:38 +0000 |
commit | 18b2ae85c4c1327b69e6ed810a87e7ade0d412a1 (patch) | |
tree | 8abbff20a58429209195907f0241a890eb7b08eb /gdb/Makefile.in | |
parent | 31d20a21672ff182075060e87fc54ea5c5025bb3 (diff) | |
download | gdb-18b2ae85c4c1327b69e6ed810a87e7ade0d412a1.zip gdb-18b2ae85c4c1327b69e6ed810a87e7ade0d412a1.tar.gz gdb-18b2ae85c4c1327b69e6ed810a87e7ade0d412a1.tar.bz2 |
* ppcobsd-tdep.c: Update copyright year. Include "trad-frame.h"
and "tramp-frame.h".
(ppcobsd_sigtramp_cache_init): New function.
(ppcobsd_sigtramp): New variable.
(ppcobsd_init_abi): Prepend signal trampoline unwinder.
* Makefile.in (ppcobsd-tdep.o): 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 2d390af..55341be 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2373,8 +2373,9 @@ ppcnbsd-tdep.o: ppcnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \ ppcobsd-nat.o: ppcobsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ $(ppc_tdep_h) $(ppcobsd_tdep_h) ppcobsd-tdep.o: ppcobsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \ - $(regcache_h) $(regset_h) $(gdb_assert_h) $(gdb_string_h) \ - $(ppc_tdep_h) $(ppcobsd_tdep_h) $(solib_svr4_h) + $(regcache_h) $(regset_h) $(trad_frame_h_ $(tramp_frame_h) \ + $(gdb_assert_h) $(gdb_string_h) $(ppc_tdep_h) $(ppcobsd_tdep_h) \ + $(solib_svr4_h) ppc-sysv-tdep.o: ppc-sysv-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) \ $(regcache_h) $(value_h) $(gdb_string_h) $(gdb_assert_h) \ $(ppc_tdep_h) $(target_h) $(objfiles_h) $(infcall_h) |