From Nick Hudson:

* target.c (update_current_target): Correct typo.

	* gdb.base/sigrepeat.exp: Correct error message.
This commit is contained in:
Daniel Jacobowitz 2007-01-23 13:03:20 +00:00
parent 4f96803ce2
commit 08d8bcd7cf
4 changed files with 11 additions and 3 deletions

View 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

View 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) \

View 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,

View 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
}