diff options
Diffstat (limited to 'gdb/alpha-nat.c')
-rw-r--r-- | gdb/alpha-nat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/alpha-nat.c b/gdb/alpha-nat.c index 0a78d94..62486cf 100644 --- a/gdb/alpha-nat.c +++ b/gdb/alpha-nat.c @@ -267,6 +267,6 @@ static struct core_fns alpha_elf_core_fns = void _initialize_core_alpha (void) { - add_core_fns (&alpha_osf_core_fns); - add_core_fns (&alpha_elf_core_fns); + deprecated_add_core_fns (&alpha_osf_core_fns); + deprecated_add_core_fns (&alpha_elf_core_fns); } |