diff options
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 0bce7ed..368720d 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 |