From: Nick Roberts Date: Mon, 21 Aug 2006 10:20:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af688f302c3e3233c53ab070d8b702601ef06ce4;p=thirdparty%2Fbinutils-gdb.git *** empty log message *** --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 471d1de30c4..e3c1db27c11 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2006-08-21 Nick Roberts + + * Makefile.in (inf-ptrace.o): Add missing backslash. + + * linux-nat.c (linux_nat_wait): Commit the changes described but + not committed on 2006-05-13. + + * inf-ptrace.c (inf_ptrace_target): Ditto. + 2006-08-15 Nick Roberts * version.in: Remove spurious " character. @@ -18,7 +27,7 @@ * exec.c(init_exec_ops): Only initialise async methods with async option. - * inf-ptrace.c (inf_ptrace_him): Only reate a signal thread with + * inf-ptrace.c (inf_ptrace_him): Only create a signal thread with async option. * README.async, TODO.async, PROBLEMS.async: New files.