diff options
author | Jeff Law <law@redhat.com> | 1997-02-06 20:58:55 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-02-06 20:58:55 +0000 |
commit | dada510572401dcbf13efdc21e7c9ceef136534a (patch) | |
tree | 6616e99067dec7f8ad37c73a651d8e2278b16777 /gdb/testsuite/gdb.base/recurse.exp | |
parent | 0979e7bd2887523bd21d91383b0e5b238ed1f5b7 (diff) | |
download | gdb-dada510572401dcbf13efdc21e7c9ceef136534a.zip gdb-dada510572401dcbf13efdc21e7c9ceef136534a.tar.gz gdb-dada510572401dcbf13efdc21e7c9ceef136534a.tar.bz2 |
* gdb.base/nodebug.exp: Don't try to do an inferior function
call if the target doesn't support them.
* gdb.base/printcmds.exp: Likewise.
* gdb.base/setvar.exp: Likewise.
* gdb.base/structs.exp: Likewise.
* gdb.c++/templates.exp: Likewise.
* gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
* gdb.base/recurse.exp: Enable for the mn10200.
* configure.in: Do configure gdb.stabs directory for *-*-elf
targets.
* configure: Rebuilt.
Diffstat (limited to 'gdb/testsuite/gdb.base/recurse.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/recurse.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/recurse.exp b/gdb/testsuite/gdb.base/recurse.exp index 5372390..68524a9 100644 --- a/gdb/testsuite/gdb.base/recurse.exp +++ b/gdb/testsuite/gdb.base/recurse.exp @@ -125,7 +125,7 @@ proc recurse_tests {} { # Only enabled for some targets merely because it has not been tested # elsewhere. -if {[istarget "sparc*-*-sunos4*"] || [istarget "hppa*-*-bsd*"] || [istarget "sparclet-*-*"] || [istarget "m32r-*-elf"]} then { +if {[istarget "sparc*-*-sunos4*"] || [istarget "hppa*-*-bsd*"] || [istarget "sparclet-*-*"] || [istarget "m32r-*-elf"] || [istarget "mn10200-*-*"]} then { # Preserve the old timeout, and set a new one that should be # sufficient to avoid timing out during this test. |