aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2007-09-23 13:56:56 +0000
committerPedro Alves <palves@redhat.com>2007-09-23 13:56:56 +0000
commit3f213f78ed9182dbdeb3500dab729a6aad17dfd9 (patch)
tree08077240e7866ce336d70eddd295035a7a80db0b
parent0d381245e3c10d5e4dc15be0ec9970d5a92379a7 (diff)
downloadfsf-binutils-gdb-3f213f78ed9182dbdeb3500dab729a6aad17dfd9.zip
fsf-binutils-gdb-3f213f78ed9182dbdeb3500dab729a6aad17dfd9.tar.gz
fsf-binutils-gdb-3f213f78ed9182dbdeb3500dab729a6aad17dfd9.tar.bz2
* configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
targets. * configure: Regenerate.
-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 ;;
*)