mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
* gdb.asm/asm-source.exp: Supress file, instead of skip, when not
implemented.
This commit is contained in:
parent
3a921b779a
commit
9383332cc4
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user