[eliz@is.elta.co.il: Termios support in the DJGPP port of GDB]

Stan Shebs shebs@cygnus.com
Thu Aug 12 18:56:00 GMT 1999


   Date: Sun, 27 Jun 1999 18:59:32 +0300 (IDT)
   From: Eli Zaretskii <eliz@is.elta.co.il>

   Since we now use termios in GDB, these two functions need to be ifdef'ed 
   away:

   1999-06-26  Eli Zaretskii  <eliz@is.elta.co.il>

	   * inflow.c (tcgetpgrp, tcsetpgrp) [__DJGPP__]: Define away.

Rather than adding yet another ifdef to a generic file, I'd prefer to
see #define macros added to a platform-specific file, for instance
xm-go32.h.  Ifdefs are OK (tho not great) for files like source.c,
but this one is just as easy to do without modifying generic files.

								Stan


More information about the Gdb-patches mailing list