OSDN Git Service

2003-03-27 Andrew Cagney <cagney@redhat.com>
authorcagney <cagney>
Thu, 27 Mar 2003 15:29:43 +0000 (15:29 +0000)
committercagney <cagney>
Thu, 27 Mar 2003 15:29:43 +0000 (15:29 +0000)
commit960011ec019da850670a3b387b7db70635502cc7
tree614a21cd92b6d760bc992ec4f565ec71bffd0a81
parent4da24ebc5bfda767436d6204294d3feee7c766d7
2003-03-27  Andrew Cagney  <cagney@redhat.com>

* regcache.c (write_sp): Delete function and references.
* inferior.h (write_sp): Delete declaration.
* valops.c (hand_function_call): Replace write_sp with
TARGET_WRITE_SP.
* sparc-tdep.c (sparc_push_dummy_frame): Ditto.
(sparc_pop_frame): Ditto.

Index: doc/ChangeLog
2003-03-27  Andrew Cagney  <cagney@redhat.com>

* gdbint.texinfo (Target Architecture Definition): Remove
references to write_sp.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo
gdb/inferior.h
gdb/regcache.c
gdb/sparc-tdep.c
gdb/valops.c