* gdb.asm/asm-source.exp: Supress file, instead of skip, when not

implemented.
This commit is contained in:
Andrew Cagney 2001-11-10 01:44:43 +00:00
parent 3a921b779a
commit 9383332cc4
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-11-09 Andrew Cagney <ac131313@redhat.com>
* gdb.asm/asm-source.exp: Supress file, instead of skip, when not
implemented.
2001-11-08 Michael Snyder <msnyder@redhat.com>
* gdb.base/callfuncs.exp: Add tests for nested call dummies.

View File

@ -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"