* gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
+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.
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}]} {