diff options
author | Gary Benson <gbenson@redhat.com> | 2014-07-28 13:52:38 +0100 |
---|---|---|
committer | Gary Benson <gbenson@redhat.com> | 2014-08-07 09:06:41 +0100 |
commit | b939114242762636cfdcf9a45949cb54cdaacc8c (patch) | |
tree | 6cbac9bd5580f14360bbace7fb27f83b74eba43f /gdb/gdbserver/linux-bfin-low.c | |
parent | 0e443c875f4f3f2dcaf9cc09d2518139fee0e76b (diff) | |
download | gdb-b939114242762636cfdcf9a45949cb54cdaacc8c.zip gdb-b939114242762636cfdcf9a45949cb54cdaacc8c.tar.gz gdb-b939114242762636cfdcf9a45949cb54cdaacc8c.tar.bz2 |
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.
Diffstat (limited to 'gdb/gdbserver/linux-bfin-low.c')
-rw-r--r-- | gdb/gdbserver/linux-bfin-low.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/gdbserver/linux-bfin-low.c b/gdb/gdbserver/linux-bfin-low.c index 03aa132..4c10cac 100644 --- a/gdb/gdbserver/linux-bfin-low.c +++ b/gdb/gdbserver/linux-bfin-low.c @@ -21,7 +21,6 @@ #include "server.h" #include "linux-low.h" -#include "libiberty.h" #include <asm/ptrace.h> /* Defined in auto-generated file reg-bfin.c. */ |