* gdbarch.sh (read_sp): Remove.
authorUlrich Weigand <uweigand@de.ibm.com>
Mon, 14 May 2007 15:17:00 +0000 (15:17 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Mon, 14 May 2007 15:17:00 +0000 (15:17 +0000)
commit30244cd87c0b05f16c0919b0a5ab12c821f49bed
tree923ec999746aa830af9dac167afe46d7575743fe
parent84ba0adf42e55d24e3656fc0b0dbcff5eb1e0bbc
* gdbarch.sh (read_sp): Remove.
* gdbarch.c, gdbarch.h: Regenerate.
* frame.c (frame_sp_unwind): Do not call TARGET_READ_SP.

* avr-tdep.c (avr_read_sp): Remove.
(avr_unwind_sp): New function.
(avr_gdbarch_init): Install unwind_sp instead of read_sp callback.
* mips-tdep.c (mips_read_sp): Remove.
(mips_unwind_sp): New function.
(mips_gdbarch_init): Install unwind_sp instead of read_sp callback.
* score-tdep.c (score_read_unsigned_register): Remove.
(score_read_sp): Remove.
(score_unwind_sp): New function.
(score_gdbarch_init): Install unwind_sp instead of read_sp callback.
gdb/ChangeLog
gdb/avr-tdep.c
gdb/frame.c
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/mips-tdep.c
gdb/score-tdep.c
This page took 0.027304 seconds and 4 git commands to generate.