Date: Tue, 17 Feb 1998 13:31:08 +0200 (IST) From: Eli Zaretskii To: Martin Stromberg cc: djgpp AT delorie DOT com Subject: Re: gdb crashing: found a bug in dbgcom.c In-Reply-To: <6cbagu$3kd$1@antares.lu.erisoft.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 17 Feb 1998, Martin Stromberg wrote: > What shall I do to get the patch incorporated into djlsr201.zip? Is it > enough to post it to this news group, or should I mail Delorie? It is best to send it to DJ Delorie. It would be also nice if you send it to Tom Demmer (for inclusion in his patched libc that is available for downloading) and/or submit the patch to the bug-tracking system (http://www.delorie.com/djgpp/bugs/). > --- dbgcom.c Tue Aug 13 00:08:04 1996 > +++ /tmp/djlib.new/dbgcom.c Tue Feb 17 02:40:12 1998 DJ Delorie usually asks for the patches to include the exact path names relative to %DJDIR%, so it is easier to apply. Run diff like this: diff -c3 src/debug/common/dbgcom.old src/debug/common/dbgcom.c Last, but not least: thanks for working on this.