diff options
author | Geoffrey Noer <noer@cygnus> | 1996-04-08 21:08:38 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1996-04-08 21:08:38 +0000 |
commit | 7782ee45c4d3b01d78dac73b7d445d56931153dd (patch) | |
tree | 90c41980e7fb8962895456afafdfc6c39b17534d | |
parent | 95bc20ec8dc767e0d75d1740e2bfc61b62569327 (diff) | |
download | gdb-7782ee45c4d3b01d78dac73b7d445d56931153dd.zip gdb-7782ee45c4d3b01d78dac73b7d445d56931153dd.tar.gz gdb-7782ee45c4d3b01d78dac73b7d445d56931153dd.tar.bz2 |
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.
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6d74a40..ea3e2f5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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> |