aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-02-15 15:22:06 +0000
committerAndrew Cagney <cagney@redhat.com>2004-02-15 15:22:06 +0000
commit046a4708e43cc23af647089c058c034ff23adec0 (patch)
tree87480bcb9bb63c7d39a988ffb63eefd39ff42264 /gdb/infrun.c
parent549c1eea94a2bf31384bd2921b056edf1300b679 (diff)
downloadfsf-binutils-gdb-046a4708e43cc23af647089c058c034ff23adec0.zip
fsf-binutils-gdb-046a4708e43cc23af647089c058c034ff23adec0.tar.gz
fsf-binutils-gdb-046a4708e43cc23af647089c058c034ff23adec0.tar.bz2
2004-02-15 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (deprecated_register_gdbarch_swap): Rename register_gdbarch_swap. (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP. * f-lang.c (_initialize_f_language): Update, use DEPRECATED_REGISTER_GDBARCH_SWAP. * remote.c (_initialize_remote): Ditto. * regcache.c (_initialize_regcache): Ditto. * parse.c (_initialize_parse): Ditto. * infrun.c (_initialize_infrun): Ditto. * mi/mi-main.c (_initialize_mi_main): Ditto. * gdbtypes.c (_initialize_gdbtypes): Ditto.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index ea83f13..3d41f42 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -3997,8 +3997,8 @@ _initialize_infrun (void)
int numsigs;
struct cmd_list_element *c;
- register_gdbarch_swap (&stop_registers, sizeof (stop_registers), NULL);
- register_gdbarch_swap (NULL, 0, build_infrun);
+ DEPRECATED_REGISTER_GDBARCH_SWAP (stop_registers);
+ deprecated_register_gdbarch_swap (NULL, 0, build_infrun);
add_info ("signals", signals_info,
"What debugger does when program gets various signals.\n\