From: Pierre Muller Date: Wed, 17 Jun 2009 22:46:09 +0000 (+0000) Subject: * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP X-Git-Tag: dje-cgen-play1-branchpoint~136 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56643c5e722c2c7587275786f194b3d1ba5944cc;p=thirdparty%2Fbinutils-gdb.git * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP target. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8f0e2189d45..f7572b34306 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-06-18 Pierre Muller + + * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP + target. + 2009-06-17 Ulrich Weigand * gdb.base/dump.exp: Handle SPU like 64-bit platforms. diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 38cb38a70f4..b20d03550a8 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -1747,6 +1747,7 @@ proc gdb_compile {source dest type options} { 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.