mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-27 02:14:04 +08:00
gdb/testsuite/
* gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
This commit is contained in:
parent
cb566e3aa8
commit
22fc223eb8
@ -1,3 +1,7 @@
|
||||
2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
|
||||
|
||||
2013-01-14 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.base/completion.exp: Add "set gnutarget" test.
|
||||
|
@ -20,6 +20,11 @@ if {![dwarf2_support]} {
|
||||
return 0
|
||||
}
|
||||
|
||||
# This test can only be run on x86-64 targets.
|
||||
if {![istarget x86_64-*] || ![is_lp64_target]} {
|
||||
return 0
|
||||
}
|
||||
|
||||
standard_testfile .S
|
||||
|
||||
if {[prepare_for_testing $testfile.exp $testfile $srcfile {nodebug}]} {
|
||||
|
Loading…
Reference in New Issue
Block a user