mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
* lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
target.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||||
|
|
||||||
|
* lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
|
||||||
|
target.
|
||||||
|
|
||||||
2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
||||||
|
|
||||||
* gdb.base/dump.exp: Handle SPU like 64-bit platforms.
|
* gdb.base/dump.exp: Handle SPU like 64-bit platforms.
|
||||||
|
@ -1747,6 +1747,7 @@ proc gdb_compile {source dest type options} {
|
|||||||
|
|
||||||
if { $type == "executable" } {
|
if { $type == "executable" } {
|
||||||
if { ([istarget "*-*-mingw*"]
|
if { ([istarget "*-*-mingw*"]
|
||||||
|
|| [istarget "*-*-*djgpp"]
|
||||||
|| [istarget "*-*-cygwin*"])} {
|
|| [istarget "*-*-cygwin*"])} {
|
||||||
# Force output to unbuffered mode, by linking in an object file
|
# Force output to unbuffered mode, by linking in an object file
|
||||||
# with a global contructor that calls setvbuf.
|
# with a global contructor that calls setvbuf.
|
||||||
|
Reference in New Issue
Block a user