From: Geoffrey Noer Date: Mon, 8 Apr 1996 21:08:38 +0000 (+0000) Subject: Modified remote-e7000.c so that :23 isn't appended to the target port X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7782ee45c4d3b01d78dac73b7d445d56931153dd;p=binutils-gdb.git 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6d74a403087..ea3e2f56ce2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 8 14:05:07 1996 Geoffrey Noer + + * 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 From: Miles Bader