diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index fb1f3b12922..3ef78b7dd1e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-07-20 Jan Kratochvil + + * gdb.python/py-unwind.exp: Test also ![is_lp64_target]. + 2016-07-19 Pedro Alves * gdb.opt/inline-break.exp: Remove optimize=-O2. diff --git a/gdb/testsuite/gdb.python/py-unwind.exp b/gdb/testsuite/gdb.python/py-unwind.exp index 5172a03c75a..e31a4727564 100644 --- a/gdb/testsuite/gdb.python/py-unwind.exp +++ b/gdb/testsuite/gdb.python/py-unwind.exp @@ -28,7 +28,7 @@ if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } { if { [skip_python_tests] } { continue } # This test runs on a specific platform. -if { ! [istarget x86_64-*]} { continue } +if { ![istarget x86_64-*-* ] || ![is_lp64_target] } { continue } # The following tests require execution.