OSDN Git Service

2003-06-07 Andrew Cagney <cagney@redhat.com>
authorcagney <cagney>
Sat, 7 Jun 2003 16:23:10 +0000 (16:23 +0000)
committercagney <cagney>
Sat, 7 Jun 2003 16:23:10 +0000 (16:23 +0000)
commit480a01293721f2db34c60eefbd1de42fde31de68
tree38551af37346eb5f46650b3ef25bad38ce2d3369
parentb95b51e092ee025721ff7ab5a5c470ee691f4c35
2003-06-07  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
* gdbarch.h, gdbarch.c: Re-generate.
* regcache.c: Update comments on read_pc et.al.
(generic_target_read_pc): Delete function.
(read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
* inferior.h (generic_target_read_pc): Delete declaration.
* frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
generic_target_read_pc.
* sparc-tdep.c (sparc_gdbarch_init): Ditto.
* sh-tdep.c (sh_gdbarch_init): Ditto.
* rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
* m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
gdb/ChangeLog
gdb/frv-tdep.c
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/inferior.h
gdb/m68hc11-tdep.c
gdb/regcache.c
gdb/rs6000-tdep.c
gdb/sh-tdep.c
gdb/sparc-tdep.c