OSDN Git Service

* gdbarch.sh (read_sp): Remove.
authoruweigand <uweigand>
Mon, 14 May 2007 15:16:55 +0000 (15:16 +0000)
committeruweigand <uweigand>
Mon, 14 May 2007 15:16:55 +0000 (15:16 +0000)
commit2ed650514ad974bbebd03a8217778fcb202faf58
tree8768da7fcd352a6dc392d7f7bfa3b48d96d41b38
parentd19a4010d98a14687bad88a98df237093e91fddf
* 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