aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/inf-child.h2
2 files changed, 5 insertions, 1 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)
diff --git a/gdb/inf-child.h b/gdb/inf-child.h
index c8fa956..4473cff 100644
--- a/gdb/inf-child.h
+++ b/gdb/inf-child.h
@@ -1,4 +1,4 @@
-/* Low level Unix child interface, for GDB when running under Unix.
+/* Base/prototype target for default child (native) targets.
Copyright (C) 2004-2014 Free Software Foundation, Inc.