Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] testsuite/lib/gdb.exp Use unbuffered stdout and stderr also for djgpp executables
@ 2009-06-17 21:06 Pierre Muller
  2009-06-17 22:39 ` 'Daniel Jacobowitz'
  2009-06-18 14:46 ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Pierre Muller @ 2009-06-17 21:06 UTC (permalink / raw)
  To: 'Daniel Jacobowitz'; +Cc: gdb-patches

I am trying to use the testsuite with DJGPP
(see a previous email where I sent a djgpp.exp
board description that allows to run subsets of the testsuite).

  Is this patch OK?

Pierre


ChangeLog entry:

2009-06-17  Pierre Muller  <muller@ics.u-strasbg.fr>

	* gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
target.


Index: gdb.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/lib/gdb.exp,v
retrieving revision 1.115
diff -u -p -r1.115 gdb.exp
--- gdb.exp	12 Jun 2009 21:28:34 -0000	1.115
+++ gdb.exp	17 Jun 2009 20:39:30 -0000
@@ -1747,6 +1747,7 @@ proc gdb_compile {source dest type optio
 
     if { $type == "executable" } {
 	if { ([istarget "*-*-mingw*"]
+	      || [istarget "*-*-*djgpp"]
 	      || [istarget "*-*-cygwin*"])} {
 	    # Force output to unbuffered mode, by linking in an object file
 	    # with a global contructor that calls setvbuf.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-06-18 14:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-17 21:06 [RFA] testsuite/lib/gdb.exp Use unbuffered stdout and stderr also for djgpp executables Pierre Muller
2009-06-17 22:39 ` 'Daniel Jacobowitz'
2009-06-17 22:56   ` Pierre Muller
2009-06-18 14:46 ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox