From Nick Hudson:
authorDaniel Jacobowitz <drow@false.org>
Tue, 23 Jan 2007 13:03:20 +0000 (13:03 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 23 Jan 2007 13:03:20 +0000 (13:03 +0000)
* target.c (update_current_target): Correct typo.

* gdb.base/sigrepeat.exp: Correct error message.

gdb/ChangeLog
gdb/target.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/sigrepeat.exp

index df707a97cb30ebf5d0707e74507a3d973b3ee5ab..3e1f75e94eceb8ef72121e4074ae90adcc741e7b 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-23  Nick Hudson  <nick.hudson@dsl.pipex.com>
+
+       * target.c (update_current_target): Correct typo.
+
 2007-01-22  Masaki Muranaka  <monaka@monami-software.com>
 
        * xstormy16-tdep.c (xstormy16_skip_prologue): Separate code from a
index 75c78bdbdcbee1c36aff92cc48e47b6fde59e8b7..6893c87d85c1fefe9f502e65969574b51768fe4e 100644 (file)
@@ -379,7 +379,7 @@ update_current_target (void)
 {
   struct target_ops *t;
 
-  /* First, reset curren'ts contents.  */
+  /* First, reset current's contents.  */
   memset (&current_target, 0, sizeof (current_target));
 
 #define INHERIT(FIELD, TARGET) \
index 2eff777dd4572a5d8945764a16cb908277bdbd5d..9160c8e06e7e070fe5eabb4800c009d761c49926 100644 (file)
@@ -1,4 +1,8 @@
-2007-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+2007-01-23  Nick Hudson  <nick.hudson@dsl.pipex.com>
+
+       * gdb.base/sigrepeat.exp: Correct error message.
+
+2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
            Daniel Jacobowitz  <dan@codesourcery.com>
 
        * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
index 167aef6770c860a7cf88fb6f6980d7998d4e5117..c2629732f1755578aea064c20f2da787ca7d49d4 100644 (file)
@@ -21,7 +21,7 @@
 # cpu advancment.
 
 if [target_info exists gdb,nosignals] {
-    verbose "Skipping sigstep.exp because of nosignals."
+    verbose "Skipping sigrepeat.exp because of nosignals."
     continue
 }