Modified remote-e7000.c so that :23 isn't appended to the target port

if __WIN32__ is defined.  This is necessary to make e7000 support work
for WinGDB.
This commit is contained in:
Geoffrey Noer 1996-04-08 21:08:38 +00:00
parent 95bc20ec8d
commit 7782ee45c4
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Mon Apr 8 14:05:07 1996 Geoffrey Noer <noer@cygnus.com>
* remote-e7000.c: don't append :23 to target port if __WIN32__
is defined (it's WinGDB).
Sun Apr 7 22:34:29 1996 Fred Fish <fnf@cygnus.com>
From: Miles Bader <miles@gnu.ai.mit.edu>