]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.base/sigbpt.exp: Fix the message when skipping test.
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 23 Mar 2007 12:41:18 +0000 (12:41 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Fri, 23 Mar 2007 12:41:18 +0000 (12:41 +0000)
* gdb.base/signull.exp: Similarly.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/sigbpt.exp
gdb/testsuite/gdb.base/signull.exp

index 10626a8507e8515ea523c97fafbdcb3cb99ddd9d..ec773407d412d030f3a8c9c2a8c3ff92575d0693 100644 (file)
@@ -1,3 +1,9 @@
+2007-03-23  Nigel Stephens  <nigel@mips.com>
+            Maciej W. Rozycki  <macro@mips.com>
+
+       * gdb.base/sigbpt.exp: Fix the message when skipping test.
+       * gdb.base/signull.exp: Similarly.
+
 2007-03-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
 
        * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
index 1d46d2d0d8096ed6e784a8a1e8192496a6bfd449..313818ae3c0b705f17e6e76b60066d18957cc5ee 100644 (file)
@@ -30,7 +30,7 @@
 # software single-step this is KFAILed rather than XFAILed.
 
 if [target_info exists gdb,nosignals] {
-    verbose "Skipping signals.exp because of nosignals."
+    verbose "Skipping sigbpt.exp because of nosignals."
     continue
 }
 
index d043c043b3566e7869f5fdfa733db2788a8b32e9..0d2b42d12c9358ba69c00b16b73d917abbcaa5f3 100644 (file)
@@ -29,7 +29,7 @@
 # This also tests backtrace/gdb1476.
 
 if [target_info exists gdb,nosignals] {
-    verbose "Skipping signals.exp because of nosignals."
+    verbose "Skipping signull.exp because of nosignals."
     continue
 }