aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorLuis Machado <luisgpm@br.ibm.com>2013-08-23 02:34:34 +0000
committerLuis Machado <luisgpm@br.ibm.com>2013-08-23 02:34:34 +0000
commit101158d99a92eb10c71d4cf3a07d9ac887f68bfb (patch)
tree2369509938eaf526432527bdd3965ad27f059f79 /gdb/ChangeLog
parent9fdc4cb36ffcfded8e318f45b294b3256e28db41 (diff)
downloadgdb-101158d99a92eb10c71d4cf3a07d9ac887f68bfb.zip
gdb-101158d99a92eb10c71d4cf3a07d9ac887f68bfb.tar.gz
gdb-101158d99a92eb10c71d4cf3a07d9ac887f68bfb.tar.bz2
* common/linux-ptrace.c (linux_fork_to_function): Push #
directives to the start of the line. (linux_check_ptrace_features): Fix warning message to use the "_" markup.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index de6a835..79db329 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2013-08-22 Luis Machado <lgustavo@codesourcery.com>
+ * common/linux-ptrace.c (linux_fork_to_function): Push #
+ directives to the start of the line.
+ (linux_check_ptrace_features): Fix warning message to use
+ the "_" markup.
+
+2013-08-22 Luis Machado <lgustavo@codesourcery.com>
+
* Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
nat/linux-waitpid.h.
(linux-waitpid.o): New object file rule.