Move libiberty.h to common-defs.h
authorGary Benson <gbenson@redhat.com>
Mon, 28 Jul 2014 12:52:38 +0000 (13:52 +0100)
committerGary Benson <gbenson@redhat.com>
Thu, 7 Aug 2014 08:06:41 +0000 (09:06 +0100)
commitb939114242762636cfdcf9a45949cb54cdaacc8c
tree6cbac9bd5580f14360bbace7fb27f83b74eba43f
parent0e443c875f4f3f2dcaf9cc09d2518139fee0e76b
Move libiberty.h to common-defs.h

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

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

* common/common-defs.h: Include libiberty.h.
* defs.h: Do not include libiberty.h.
* common/queue.h: Likewise.
* cp-name-parser.y: Likewise.
* mi/mi-cmd-catch.c: Likewise.
* python/python.c: Likewise.

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

* server.h: Do not include libiberty.h.
* linux-bfin-low.c: Likewise.
gdb/ChangeLog
gdb/common/common-defs.h
gdb/common/queue.h
gdb/cp-name-parser.y
gdb/defs.h
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-bfin-low.c
gdb/gdbserver/server.h
gdb/mi/mi-cmd-catch.c
gdb/python/python.c
This page took 0.028534 seconds and 4 git commands to generate.