mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-05 00:04:22 +08:00
2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
* gdb.base/overlays.exp: Disable if target is Linux.
This commit is contained in:
parent
43cd72b9aa
commit
6be3092d07
@ -1,3 +1,7 @@
|
||||
2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
|
||||
|
||||
* gdb.base/overlays.exp: Disable if target is Linux.
|
||||
|
||||
2004-10-06 Felix Lee <felix+log1@specifixinc.com>
|
||||
|
||||
* config/gdbserver.exp (gdb_load): Use right filename on remote.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user