diff options
Diffstat (limited to 'gdb/irix5-nat.c')
-rw-r--r-- | gdb/irix5-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/irix5-nat.c b/gdb/irix5-nat.c index 93727a6..da9e6e7 100644 --- a/gdb/irix5-nat.c +++ b/gdb/irix5-nat.c @@ -277,5 +277,5 @@ static struct core_fns irix5_core_fns = void _initialize_core_irix5 (void) { - add_core_fns (&irix5_core_fns); + deprecated_add_core_fns (&irix5_core_fns); } |