diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-06-07 16:23:12 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-06-07 16:23:12 +0000 |
commit | cde9ea48081fcfec378c5b6e22e3d4b41fa3e2ad (patch) | |
tree | 24e4d2d6b34cd315e91db8e9b382e74eb279a1aa /gdb/inferior.h | |
parent | 9a90a78063be817c7fa1b4548ca8fd4c7ca8e843 (diff) | |
download | gdb-cde9ea48081fcfec378c5b6e22e3d4b41fa3e2ad.zip gdb-cde9ea48081fcfec378c5b6e22e3d4b41fa3e2ad.tar.gz gdb-cde9ea48081fcfec378c5b6e22e3d4b41fa3e2ad.tar.bz2 |
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.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 1de3b25..4f3db64 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -168,8 +168,6 @@ extern CORE_ADDR read_pc (void); extern CORE_ADDR read_pc_pid (ptid_t); -extern CORE_ADDR generic_target_read_pc (ptid_t); - extern void write_pc (CORE_ADDR); extern void write_pc_pid (CORE_ADDR, ptid_t); |