From fec60da3d6cd0c767620b6a87258b9df76d3fff8 Mon Sep 17 00:00:00 2001 From: Kung Hsu Date: Wed, 5 Jul 1995 22:35:30 +0000 Subject: [PATCH] * defs.h: if __GO32__ or WIN32 the directory separating symbol should be '\' not '/'. --- gdb/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7f99b3e07e..d639e9365e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Wed Jul 5 11:38:36 1995 Kung Hsu + * defs.h: if __GO32__ or WIN32 the directory separating symbol should + be '\' not '/'. + * remote-nindy (nindy_wait): Use infinite timeout reading after esacpe character.