From: John Metzler Date: Fri, 22 May 1998 17:59:05 +0000 (+0000) Subject: * remote.c (_initialize_remote): Typo extended__remote X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ff4b4c6897eff76611947dd3d7525e175f019c2;p=binutils-gdb.git * remote.c (_initialize_remote): Typo extended__remote --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6cc8cde31b7..75344d74d30 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Fri May 22 10:56:36 1998 John Metzler + + * remote.c (_initialize_remote): Typo extended__remote + Thu May 21 13:14:25 1998 John Metzler * gnu-nat.c (init_gnu_ops): Initialization of target ops by assignment. (_initialize_gnu_nat): Call new init diff --git a/gdb/remote.c b/gdb/remote.c index 8f94e161d1d..02b31ccd0d3 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -2025,7 +2025,7 @@ void _initialize_remote () { init_remote_ops() ; - init_extended__remote_ops() ; + init_extended_remote_ops() ; add_target (&remote_ops); add_target (&extended_remote_ops);