From: Pedro Alves Date: Sun, 23 Sep 2007 13:56:56 +0000 (+0000) Subject: * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f213f78ed9182dbdeb3500dab729a6aad17dfd9;p=binutils-gdb.git * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW targets. * configure: Regenerate. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 674d034a77a..8b30f8c7dcd 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2007-09-23 Pedro Alves + + * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW + targets. + * configure: Regenerate. + 2007-09-23 Vladimir Prus * gdb.base/annota1.exp: Adjust for 'info break' diff --git a/gdb/testsuite/configure b/gdb/testsuite/configure index 992737a59f8..fc6c49099e5 100755 --- a/gdb/testsuite/configure +++ b/gdb/testsuite/configure @@ -1457,6 +1457,8 @@ case $target in | *-sun-* \ | hppa*-*-* \ | *-*-elf* \ + | *-*-cygwin* \ + | *-*-mingw* \ ) with_stabs=yes ;; *) diff --git a/gdb/testsuite/configure.ac b/gdb/testsuite/configure.ac index 25224aee8c7..92f5f306732 100644 --- a/gdb/testsuite/configure.ac +++ b/gdb/testsuite/configure.ac @@ -46,6 +46,8 @@ case $target in | *-sun-* \ | hppa*-*-* \ | *-*-elf* \ + | *-*-cygwin* \ + | *-*-mingw* \ ) with_stabs=yes ;; *)