2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>

* gdb.base/overlays.exp: Disable if target is Linux.
This commit is contained in:
Kazuhiro Inaoka
2004-10-08 01:01:42 +00:00
parent 43cd72b9aa
commit 6be3092d07
2 changed files with 9 additions and 0 deletions

View File

@@ -39,6 +39,11 @@ if [istarget "d10v-*-*"] then {
return
}
if [istarget "*-*-linux*"] then {
verbose "Skipping overlay test -- Linux doesn't support overlayed programs."
return
}
set testfile "overlays"
set binfile ${objdir}/${subdir}/${testfile}
set srcfile ${testfile}.c