diff options
Diffstat (limited to 'gdb/cris-tdep.c')
-rw-r--r-- | gdb/cris-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c index 0ebfeda..23fe1d5 100644 --- a/gdb/cris-tdep.c +++ b/gdb/cris-tdep.c @@ -3645,7 +3645,7 @@ _initialize_cris_tdep (void) "Note that this displays the address after the jump to the " "subroutine.", &cmdlist); - add_core_fns (&cris_elf_core_fns); + deprecated_add_core_fns (&cris_elf_core_fns); } |