summaryrefslogtreecommitdiff
path: root/gdb/sun3-nat.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-11-07 15:31:31 +0000
committerAndrew Cagney <cagney@redhat.com>2002-11-07 15:31:31 +0000
commit31000d2716d8421738b979540ae461a41478e5a0 (patch)
tree8da77a3a6be7dc67017be49d7d9d2403e114e986 /gdb/sun3-nat.c
parent56f1485535b90893216036e7574a90c4c0a65d82 (diff)
downloadgdb-31000d2716d8421738b979540ae461a41478e5a0.tar.gz
2002-11-07 Andrew Cagney <ac131313@redhat.com>
* regcache.c (deprecated_registers_fetched): Update. * regcache.h (deprecated_registers_fetched): Rename registers_fetched. * remote-vxsparc.c (vx_read_register): Update. * remote-vxmips.c (vx_read_register): Update. * remote-vx68.c (vx_read_register): Update. * irix5-nat.c (fetch_core_registers): Update. * mipsm3-nat.c (fetch_inferior_registers): Update. * sun3-nat.c (fetch_inferior_registers): Update. * symm-nat.c (fetch_inferior_registers): Update. * ns32knbsd-nat.c (fetch_inferior_registers): Update. (fetch_core_registers): Update. (fetch_kcore_registers): Update. * mips-nat.c (fetch_inferior_registers): Update. * corelow.c (get_core_registers): Update. * a68v-nat.c (fetch_inferior_registers): Update.
Diffstat (limited to 'gdb/sun3-nat.c')
-rw-r--r--gdb/sun3-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sun3-nat.c b/gdb/sun3-nat.c
index 988ed37ad06..e7a91adc7ed 100644
--- a/gdb/sun3-nat.c
+++ b/gdb/sun3-nat.c
@@ -36,7 +36,7 @@ fetch_inferior_registers (int regno)
struct regs inferior_registers;
struct fp_status inferior_fp_registers;
- registers_fetched ();
+ deprecated_registers_fetched ();
ptrace (PTRACE_GETREGS, PIDGET (inferior_ptid),
(PTRACE_ARG3_TYPE) & inferior_registers);