]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/cris-tdep.c
2007-10-08 Markus Deuling <deuling@de.ibm.com>
authorUlrich Weigand <uweigand@de.ibm.com>
Mon, 8 Oct 2007 12:49:58 +0000 (12:49 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Mon, 8 Oct 2007 12:49:58 +0000 (12:49 +0000)
commit7fbe2eba67086bb413f4187d3dedc8fb3457ac3e
tree53cb695803cc7bda5d54863f14fa93d677f31d83
parent2af46ca02947874cbd188f0933427086d82cf388
2007-10-08  Markus Deuling  <deuling@de.ibm.com>

* cris-tdep.c (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
(cris_scan_prologue, crisv32_scan_prologue, find_step_target)
(cris_software_single_step, cris_supply_gregset): Use get_regcache_arch
or get_frame_arch to get at the current architecture by regcache or by
frame, respectively.
* cris-tdep.c (crisv32_single_step_through_delay, cris_push_dummy_call)
(cris_unwind_pc, cris_unwind_sp, cris_register_type, cris_dump_tdep)
(crisv32_register_type, cris_dwarf2_frame_init_reg): Replace
current_gdbarch by gdbarch.
gdb/ChangeLog
gdb/cris-tdep.c