2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
authorKazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
Fri, 8 Oct 2004 01:01:42 +0000 (01:01 +0000)
committerKazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
Fri, 8 Oct 2004 01:01:42 +0000 (01:01 +0000)
* gdb.base/overlays.exp: Disable if target is Linux.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/overlays.exp

index 62b5d34b9a2cd46eee61f52d6a763d8b65119198..5ff4e81a7d17be95499af536744dda37b1d607c4 100644 (file)
@@ -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.
index 37bfbaa1aa0c166ccb18f5cbb6073812ed4c2d23..c38f4bf7b236424246126ca9cb8629ca13a97cdc 100644 (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