* target.c (update_current_target): Correct typo.
* gdb.base/sigrepeat.exp: Correct error message.
+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
{
struct target_ops *t;
- /* First, reset curren'ts contents. */
+ /* First, reset current's contents. */
memset (¤t_target, 0, sizeof (current_target));
#define INHERIT(FIELD, TARGET) \
-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,
# cpu advancment.
if [target_info exists gdb,nosignals] {
- verbose "Skipping sigstep.exp because of nosignals."
+ verbose "Skipping sigrepeat.exp because of nosignals."
continue
}