Do not run for targets which do not support shared objects.
This commit is contained in:
parent
5fe11841a8
commit
d9407aaa54
@ -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.
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user