* gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.

* gdb.multi/multi-arch.exp: Ditto.
This commit is contained in:
Doug Evans 2012-12-13 20:40:33 +00:00
parent 7b9c0bfbfd
commit e780d813de
3 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-12-13 Doug Evans <dje@google.com>
* gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
* gdb.multi/multi-arch.exp: Ditto.
2012-12-12 Keven Boell <keven.boell@intel.com>
* gdb.mi/mi-catch-load-so.c: New. Clone of the

View File

@ -23,6 +23,12 @@ if [target_info exists use_gdb_stub] {
return
}
# The 64-bit compile may succeed for i386-linux, but gdb won't be able
# to load the file.
if [istarget "i?86-*linux*"] {
return
}
# Can't use standard_testfile, we want executables with specialized
# names.
set exec1 "multi-arch-exec"

View File

@ -23,6 +23,12 @@ if [target_info exists use_gdb_stub] {
return
}
# The 64-bit compile may succeed for i386-linux, but gdb won't be able
# to load the file.
#if [istarget "i?86-*linux*"] {
# return
#}
# Can't use standard_testfile, we want executables with specialized
# names.
set exec1 "ma-hello"