]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Move stdarg.h to common-defs.h
authorGary Benson <gbenson@redhat.com>
Mon, 28 Jul 2014 10:32:37 +0000 (11:32 +0100)
committerGary Benson <gbenson@redhat.com>
Thu, 7 Aug 2014 08:06:39 +0000 (09:06 +0100)
commit8980bdf628f991be9c13f2d66753af2bbe5f53f5
tree9a792ccbbc4f42be0588c48ceac8313637148f8c
parentd7096f716534f280fba72a5b2ec3712ad1aea42e
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.
gdb/ChangeLog
gdb/ada-lang.c
gdb/common/common-defs.h
gdb/common/common-utils.h
gdb/defs.h
gdb/gdbserver/ChangeLog
gdb/gdbserver/nto-low.c
gdb/gdbserver/server.h
gdb/guile/scm-string.c
gdb/guile/scm-utils.c
gdb/m32c-tdep.c