Move errno.h to common-defs.h
authorGary Benson <gbenson@redhat.com>
Wed, 30 Jul 2014 12:21:40 +0000 (13:21 +0100)
committerGary Benson <gbenson@redhat.com>
Thu, 7 Aug 2014 08:06:48 +0000 (09:06 +0100)
commitbb974a2493495923903631bab3de9f340526d353
treeac2f4869042ebc445cd4f1096ae8b3a3c9387b17
parent6d3d12ebef6fa7dd6bc8c34fbc5e440ac8d0a8c6
Move errno.h to common-defs.h

This commit moves the inclusion of errno.h to common-defs.h and
removes all other inclusions.  Note that prior to this commit
server.h included errno.h protected by "#ifdef HAVE_ERRNO_H".
This protection was added with the Windows CE port, which is
currently broken.  Since no other platform needs this, I have
removed the protection and the configury to support it.

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

* common/common-defs.h: Include errno.h.
* defs.h: Do not include errno.h.
* ada-typeprint.c: Likewise.
* c-typeprint.c: Likewise.
* core-regset.c: Likewise.
* corefile.c: Likewise.
* corelow.c: Likewise.
* event-loop.c: Likewise.
* f-typeprint.c: Likewise.
* gnu-nat.c: Likewise.
* go32-nat.c: Likewise.
* i386gnu-nat.c: Likewise.
* m2-typeprint.c: Likewise.
* nat/linux-btrace.c: Likewise.
* p-typeprint.c: Likewise.
* procfs.c: Likewise.
* remote-sim.c: Likewise.
* rs6000-nat.c: Likewise.
* target.c: Likewise.
* typeprint.c: Likewise.
* ui-file.c: Likewise.
* valops.c: Likewise.
* valprint.c: Likewise.

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

* configure.ac (AC_CHECK_HEADERS): Remove errno.h.
* configure: Regenerate.
* config.in: Likewise.
* server.h: Do not include errno.h.
* event-loop.c: Likewise.
* hostio-errno.c: Likewise.
* linux-low.c: Likewise.
* remote-utils.c: Likewise.
* spu-low.c: Likewise.
* utils.c: Likewise.
* gdbreplay.c: Unconditionally include errno.h.
36 files changed:
gdb/ChangeLog
gdb/ada-typeprint.c
gdb/c-typeprint.c
gdb/common/common-defs.h
gdb/core-regset.c
gdb/corefile.c
gdb/corelow.c
gdb/defs.h
gdb/event-loop.c
gdb/f-typeprint.c
gdb/gdbserver/ChangeLog
gdb/gdbserver/config.in
gdb/gdbserver/configure
gdb/gdbserver/configure.ac
gdb/gdbserver/event-loop.c
gdb/gdbserver/gdbreplay.c
gdb/gdbserver/hostio-errno.c
gdb/gdbserver/linux-low.c
gdb/gdbserver/remote-utils.c
gdb/gdbserver/server.h
gdb/gdbserver/spu-low.c
gdb/gdbserver/utils.c
gdb/gnu-nat.c
gdb/go32-nat.c
gdb/i386gnu-nat.c
gdb/m2-typeprint.c
gdb/nat/linux-btrace.c
gdb/p-typeprint.c
gdb/procfs.c
gdb/remote-sim.c
gdb/rs6000-nat.c
gdb/target.c
gdb/typeprint.c
gdb/ui-file.c
gdb/valops.c
gdb/valprint.c
This page took 0.02849 seconds and 4 git commands to generate.