diff options
Diffstat (limited to 'gdb/lynx-nat.c')
-rw-r--r-- | gdb/lynx-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/lynx-nat.c b/gdb/lynx-nat.c index 7bfd40e..9f99b47 100644 --- a/gdb/lynx-nat.c +++ b/gdb/lynx-nat.c @@ -620,5 +620,5 @@ static struct core_fns lynx_core_fns = void _initialize_core_lynx (void) { - add_core_fns (&lynx_core_fns); + deprecated_add_core_fns (&lynx_core_fns); } |