diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-03-25 01:27:26 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-03-25 01:27:26 +0000 |
commit | 5792a79bd1d3edef39286e3e4331dc21dfc45f63 (patch) | |
tree | 8a206096db46e74d8ec943f0065ef7b77d9b4f10 /gdb/Makefile.in | |
parent | f516dd4c108d833d6e7dcbfc07e115162498141c (diff) | |
download | fsf-binutils-gdb-5792a79bd1d3edef39286e3e4331dc21dfc45f63.zip fsf-binutils-gdb-5792a79bd1d3edef39286e3e4331dc21dfc45f63.tar.gz fsf-binutils-gdb-5792a79bd1d3edef39286e3e4331dc21dfc45f63.tar.bz2 |
* Makefile.in (mips-linux-tdep.o): Update dependencies.
* mips-tdep.c (mips_gdbarch_init): Move frame predicates
to after osabi initialization.
* mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
(mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
functions.
(mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
(mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
variables.
(mips_linux_init_abi): Append signal trampoline unwinders.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index e2105e5..b78d46c 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2052,7 +2052,7 @@ mips-irix-tdep.o: mips-irix-tdep.c $(defs_h) $(osabi_h) $(elf_bfd_h) mips-linux-nat.o: mips-linux-nat.c $(defs_h) $(mips_tdep_h) mips-linux-tdep.o: mips-linux-tdep.c $(defs_h) $(gdbcore_h) $(target_h) \ $(solib_svr4_h) $(osabi_h) $(mips_tdep_h) $(gdb_string_h) \ - $(gdb_assert_h) $(frame_h) + $(gdb_assert_h) $(frame_h) $(trad_frame_h) $(tramp_frame_h) mips-nat.o: mips-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(regcache_h) mipsnbsd-nat.o: mipsnbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ $(mipsnbsd_tdep_h) |