aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2014-07-28 11:32:37 +0100
committerGary Benson <gbenson@redhat.com>2014-08-07 09:06:39 +0100
commit8980bdf628f991be9c13f2d66753af2bbe5f53f5 (patch)
tree9a792ccbbc4f42be0588c48ceac8313637148f8c /gdb/ChangeLog
parentd7096f716534f280fba72a5b2ec3712ad1aea42e (diff)
downloadbinutils-8980bdf628f991be9c13f2d66753af2bbe5f53f5.zip
binutils-8980bdf628f991be9c13f2d66753af2bbe5f53f5.tar.gz
binutils-8980bdf628f991be9c13f2d66753af2bbe5f53f5.tar.bz2
Move stdarg.h to common-defs.h
This commit moves the inclusion of stdarg.h to common-defs.h and removes all other inclusions. gdb/ 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. gdb/gdbserver/ 2014-08-07 Gary Benson <gbenson@redhat.com> * server.h: Do not include stdarg.h. * nto-low.c: Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
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.