* mips-linux-tdep.c: Include "frame.h".
authorDaniel Jacobowitz <drow@false.org>
Wed, 11 Feb 2004 18:47:27 +0000 (18:47 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 11 Feb 2004 18:47:27 +0000 (18:47 +0000)
commit6de918a6f50f6f9dbc8ae3628dcee80d0f8e2f64
tree57d2a3dba3f5301c979c1ec2901808828bad6c64
parent87b3ede8aff95551e9bc26afbfb143c4c0941095
* mips-linux-tdep.c: Include "frame.h".
(mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
(mips_linux_skip_resolver): New functions.
(mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
and set_gdbarch_in_solib_call_trampoline.
* mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
to after set_gdbarch_in_solib_return_trampoline.  Only set the
solib hooks to mips16 functions if the OS ABI is unknown.
* config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
including "config/tm-linux.h".
(IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
* Makefile.in (mips-linux-tdep.o): Update.
gdb/ChangeLog
gdb/Makefile.in
gdb/config/mips/tm-linux.h
gdb/mips-linux-tdep.c
gdb/mips-tdep.c
This page took 0.048272 seconds and 4 git commands to generate.