]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Mon, 21 Aug 2006 10:20:56 +0000 (10:20 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Mon, 21 Aug 2006 10:20:56 +0000 (10:20 +0000)
gdb/ChangeLog

index 471d1de30c4c2dc72ccb44207e494f6ce42deabf..e3c1db27c11638bd2854cc32eb888eb06b94748e 100644 (file)
@@ -1,3 +1,12 @@
+2006-08-21  Nick Roberts  <nickrob@snap.net.nz>
+
+       * 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  <nickrob@snap.net.nz>
 
        * 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.