From: Andrew Cagney Date: Sat, 10 Nov 2001 01:44:43 +0000 (+0000) Subject: * gdb.asm/asm-source.exp: Supress file, instead of skip, when not X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9383332cc4ed864759e4aa02f442567896581394;p=binutils-gdb.git * gdb.asm/asm-source.exp: Supress file, instead of skip, when not implemented. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6c79335feea..c61480de670 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-11-09 Andrew Cagney + + * gdb.asm/asm-source.exp: Supress file, instead of skip, when not + implemented. + 2001-11-08 Michael Snyder * gdb.base/callfuncs.exp: Add tests for nested call dummies. diff --git a/gdb/testsuite/gdb.asm/asm-source.exp b/gdb/testsuite/gdb.asm/asm-source.exp index 3462572cc00..7f73068c9cb 100644 --- a/gdb/testsuite/gdb.asm/asm-source.exp +++ b/gdb/testsuite/gdb.asm/asm-source.exp @@ -38,8 +38,7 @@ if [istarget "d10v-*-*"] then { set asm-arch d10v } if { "${asm-arch}" == "" } { - verbose "Skipping assembly source test -- not implemented for this target." - return + gdb_suppress_entire_file "Assembly source test -- not implemented for this target." } set testfile "asm-source"