]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdbserver/ChangeLog
Move stddef.h to common-defs.h
authorGary Benson <gbenson@redhat.com>
Mon, 28 Jul 2014 12:15:41 +0000 (13:15 +0100)
committerGary Benson <gbenson@redhat.com>
Thu, 7 Aug 2014 08:06:40 +0000 (09:06 +0100)
commit8ebb3f5606b361b30e854335fa5a9ce0fd018d41
treee121174cfc624e660415965f34e3668d4e840a50
parent8980bdf628f991be9c13f2d66753af2bbe5f53f5
Move stddef.h to common-defs.h

This commit moves the inclusion of stddef.h to common-defs.h and
removes all other inclusions.

gdb/
2014-08-07  Gary Benson  <gbenson@redhat.com>

* common/common-defs.h: Include stddef.h.
* defs.h: Do not include stddef.h.
* common/common-utils.h: Likewise.
* amd64fbsd-nat.c: Likewise.
* bcache.c: Likewise.
* charset.c: Likewise.
* common/buffer.h: Likewise.
* common/vec.h: Likewise.
* i386bsd-nat.c: Likewise.
* nat/linux-btrace.h: Likewise.
* ppcfbsd-nat.c: Likewise.
* ppcnbsd-tdep.h: Likewise.
* ppcobsd-nat.c: Likewise.
* ppcobsd-tdep.h: Likewise.
* python/py-gdb-readline.c: Likewise.

gdb/gdbserver/
2014-08-07  Gary Benson  <gbenson@redhat.com>

* linux-x86-low.c: Do not include stddef.h.
* lynx-ppc-low.c: Likewise.
* tracepoint.c: Likewise.
20 files changed:
gdb/ChangeLog
gdb/amd64fbsd-nat.c
gdb/bcache.c
gdb/charset.c
gdb/common/buffer.h
gdb/common/common-defs.h
gdb/common/common-utils.h
gdb/common/vec.h
gdb/defs.h
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-x86-low.c
gdb/gdbserver/lynx-ppc-low.c
gdb/gdbserver/tracepoint.c
gdb/i386bsd-nat.c
gdb/nat/linux-btrace.h
gdb/ppcfbsd-nat.c
gdb/ppcnbsd-tdep.h
gdb/ppcobsd-nat.c
gdb/ppcobsd-tdep.h
gdb/python/py-gdb-readline.c