diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-02-15 15:22:06 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-02-15 15:22:06 +0000 |
commit | 046a4708e43cc23af647089c058c034ff23adec0 (patch) | |
tree | 87480bcb9bb63c7d39a988ffb63eefd39ff42264 /gdb/std-regs.c | |
parent | 549c1eea94a2bf31384bd2921b056edf1300b679 (diff) | |
download | ppe42-binutils-046a4708e43cc23af647089c058c034ff23adec0.tar.gz ppe42-binutils-046a4708e43cc23af647089c058c034ff23adec0.zip |
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/std-regs.c')
-rw-r--r-- | gdb/std-regs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/std-regs.c b/gdb/std-regs.c index 0bce7edd1f..368720dd95 100644 --- a/gdb/std-regs.c +++ b/gdb/std-regs.c @@ -142,7 +142,7 @@ _initialize_frame_reg (void) can't be initialized using _initialize*() or gdbarch. Due mainly to non-multi-arch targets, GDB initializes things piece meal and, as a consequence can leave these types NULL. */ - REGISTER_GDBARCH_SWAP (builtin_type_frame_reg); + DEPRECATED_REGISTER_GDBARCH_SWAP (builtin_type_frame_reg); /* Frame based $fp, $pc, $sp and $ps. These only come into play when the target does not define its own version of these |