mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-27 03:42:56 +08:00
gdb/testsuite/
* gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
This commit is contained in:
gdb/testsuite
@ -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>
|
2013-01-14 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* gdb.base/completion.exp: Add "set gnutarget" test.
|
* gdb.base/completion.exp: Add "set gnutarget" test.
|
||||||
|
@ -20,6 +20,11 @@ if {![dwarf2_support]} {
|
|||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# This test can only be run on x86-64 targets.
|
||||||
|
if {![istarget x86_64-*] || ![is_lp64_target]} {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
standard_testfile .S
|
standard_testfile .S
|
||||||
|
|
||||||
if {[prepare_for_testing $testfile.exp $testfile $srcfile {nodebug}]} {
|
if {[prepare_for_testing $testfile.exp $testfile $srcfile {nodebug}]} {
|
||||||
|
Reference in New Issue
Block a user