Do not run for targets which do not support shared objects.

This commit is contained in:
Nick Clifton 2003-11-11 17:58:28 +00:00
parent 5fe11841a8
commit d9407aaa54
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-11-11 Nick Clifton <nickc@redhat.com>
* gdb.base/shreloc.exp: Do not run for targets which do not
support shared objects.
2003-11-10 Corinna Vinschen <vinschen@redhat.com>
* gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.

View File

@ -23,6 +23,11 @@
# them gets relocated at load-time. Check that gdb gets the right
# values for the debugging and minimal symbols.
if {[istarget *-elf*] || [istarget *-coff] || [istarget *-aout]} then {
verbose "test skipped - shared object files not supported by this target."
return 0
}
if $tracelevel then {
strace $tracelevel
}