diff options
author | Pedro Alves <palves@redhat.com> | 2007-09-23 13:56:56 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2007-09-23 13:56:56 +0000 |
commit | 3f213f78ed9182dbdeb3500dab729a6aad17dfd9 (patch) | |
tree | 08077240e7866ce336d70eddd295035a7a80db0b /gdb/testsuite | |
parent | 0d381245e3c10d5e4dc15be0ec9970d5a92379a7 (diff) | |
download | gdb-3f213f78ed9182dbdeb3500dab729a6aad17dfd9.zip gdb-3f213f78ed9182dbdeb3500dab729a6aad17dfd9.tar.gz gdb-3f213f78ed9182dbdeb3500dab729a6aad17dfd9.tar.bz2 |
* configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
targets.
* configure: Regenerate.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 | ||||
-rwxr-xr-x | gdb/testsuite/configure | 2 | ||||
-rw-r--r-- | gdb/testsuite/configure.ac | 2 |
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 ;; *) |