aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/testsuite/ChangeLog6
-rwxr-xr-xgdb/testsuite/configure2
-rw-r--r--gdb/testsuite/configure.ac2
3 files changed, 10 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 674d034..8b30f8c 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
+
+ * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
+ targets.
+ * configure: Regenerate.
+
2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
* gdb.base/annota1.exp: Adjust for 'info break'
diff --git a/gdb/testsuite/configure b/gdb/testsuite/configure
index 992737a..fc6c490 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 25224ae..92f5f30 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 ;;
*)