]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
testsuite: Remove needless linux-nat requirement in gdb-sigterm.exp.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 24 Mar 2014 16:37:32 +0000 (17:37 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 24 Mar 2014 16:37:32 +0000 (17:37 +0100)
That "set debug lin-lwp 1" command even is not needed for the functionality of
this testcase.

This patch does fix a testcase error on aarch64-none-elf.

gdb/testsuite/
2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>

* gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".

Message-ID: <20140323165745.GA23830@host2.jankratochvil.net>

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/gdb-sigterm.exp

index 35811328850ded56a6a79687c556603b72ccd977..88ba2a322d6ef0c43920d85e3ae2e283a3f9bac8 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
+
 2014-03-22  Doug Evans  <xdje42@gmail.com>
 
        * gdb.python/python.exp (python not supported): Verify multi-line
index b57680d4fd315153d916710601a02272ad5bc23b..f52517cdfa9e4a328bbcd64091e4822c4b36d2e0 100644 (file)
@@ -36,7 +36,6 @@ proc do_test { pass } {
 
     gdb_test_no_output "set range-stepping off" ""
     gdb_test_no_output "set debug infrun 1" ""
-    gdb_test_no_output "set debug lin-lwp 1" ""
 
     set test "run a bit #$pass"
     set abort 1