diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a9bbb78..8ced7b8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,15 @@ 2014-08-07 Gary Benson <gbenson@redhat.com> + * common/common-defs.h: Include stdarg.h. + * defs.h: Do not include stdarg.h. + * ada-lang.c: Likewise. + * common/common-utils.h: Likewise. + * guile/scm-string.c: Likewise. + * guile/scm-utils.c: Likewise. + * m32c-tdep.c: Likewise. + +2014-08-07 Gary Benson <gbenson@redhat.com> + * common/common-defs.h: Include stdlib.h. * defs.h: Do not include stdlib.h. * addrmap.c: Likewise. |