diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f8d9d05880..45c5d65afc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-03-12 Pedro Alves + + * inf-child.h: Update comment to not mention Unix. + 2014-03-12 Pedro Alves * inf-child.c: Update top comment to not mention Unix. Add diff --git a/gdb/inf-child.h b/gdb/inf-child.h index c8fa956d52..4473cff5a8 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.