aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2014-03-12 11:55:02 +0000
committerPedro Alves <palves@redhat.com>2014-03-12 11:55:02 +0000
commit91f83b0228f795e4acb8ac6e6690c6276cbec599 (patch)
treec69f3839741f2b1f6c9e6bb25e460889c3cc34a9 /gdb/ChangeLog
parentf1aea813c89e437501f00617279b99b939a4b889 (diff)
downloadfsf-binutils-gdb-91f83b0228f795e4acb8ac6e6690c6276cbec599.zip
fsf-binutils-gdb-91f83b0228f795e4acb8ac6e6690c6276cbec599.tar.gz
fsf-binutils-gdb-91f83b0228f795e4acb8ac6e6690c6276cbec599.tar.bz2
inf-child.h: Update comment.
Like inf-child.c, this file is no longer used exclusively by Unix targets anymore. gdb/ 2014-03-12 Pedro Alves <palves@redhat.com> * inf-child.h: Update comment to not mention Unix.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f8d9d05..45c5d65 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2014-03-12 Pedro Alves <palves@redhat.com>
+ * inf-child.h: Update comment to not mention Unix.
+
+2014-03-12 Pedro Alves <palves@redhat.com>
+
* inf-child.c: Update top comment to not mention Unix. Add
generic comment describing how this target is meant to be used.
(inf_child_post_attach, inf_child_post_startup_inferior)