From Nick Hudson:
* target.c (update_current_target): Correct typo. * gdb.base/sigrepeat.exp: Correct error message.
This commit is contained in:
parent
4f96803ce2
commit
08d8bcd7cf
4 changed files with 11 additions and 3 deletions
|
@ -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>
|
2007-01-22 Masaki Muranaka <monaka@monami-software.com>
|
||||||
|
|
||||||
* xstormy16-tdep.c (xstormy16_skip_prologue): Separate code from a
|
* xstormy16-tdep.c (xstormy16_skip_prologue): Separate code from a
|
||||||
|
|
|
@ -379,7 +379,7 @@ update_current_target (void)
|
||||||
{
|
{
|
||||||
struct target_ops *t;
|
struct target_ops *t;
|
||||||
|
|
||||||
/* First, reset curren'ts contents. */
|
/* First, reset current's contents. */
|
||||||
memset (¤t_target, 0, sizeof (current_target));
|
memset (¤t_target, 0, sizeof (current_target));
|
||||||
|
|
||||||
#define INHERIT(FIELD, TARGET) \
|
#define INHERIT(FIELD, TARGET) \
|
||||||
|
|
|
@ -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>
|
Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
|
* gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
# cpu advancment.
|
# cpu advancment.
|
||||||
|
|
||||||
if [target_info exists gdb,nosignals] {
|
if [target_info exists gdb,nosignals] {
|
||||||
verbose "Skipping sigstep.exp because of nosignals."
|
verbose "Skipping sigrepeat.exp because of nosignals."
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue