* remote.c (_initialize_remote): Typo extended__remote
This commit is contained in:
parent
f872d0d643
commit
3ff4b4c689
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri May 22 10:56:36 1998 John Metzler <jmetzler@cygnus.com>
|
||||
|
||||
* remote.c (_initialize_remote): Typo extended__remote
|
||||
|
||||
Thu May 21 13:14:25 1998 John Metzler <jmetzler@cygnus.com>
|
||||
* gnu-nat.c (init_gnu_ops): Initialization of target ops by assignment.
|
||||
(_initialize_gnu_nat): Call new init
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue