diff options
author | Alan Modra <amodra@gmail.com> | 2016-07-27 09:00:03 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-07-27 09:01:45 +0930 |
commit | 293acfae4e3c9aad417e262edc9847c79bbbbb11 (patch) | |
tree | aba1597268a6c19cf6cd6ce5f9e6f76a8232c94d /gdb/i386-darwin-tdep.c | |
parent | 6598661d14c90cabac1daa5e683d1e17883b2e41 (diff) | |
download | gdb-293acfae4e3c9aad417e262edc9847c79bbbbb11.zip gdb-293acfae4e3c9aad417e262edc9847c79bbbbb11.tar.gz gdb-293acfae4e3c9aad417e262edc9847c79bbbbb11.tar.bz2 |
Wean gdb and sim off private libbfd.h header
The major reason this header was needed, bfd_default_set_arch_mach,
has now moved to bfd.h.
gdb/
* amd64-darwin-tdep.c: Don't include libbfd.h.
* i386-darwin-tdep.c: Likewise.
* rs6000-nat.c: Likewise.
* rs6000-tdep.c: Likewise.
sim/aarch64/
* memory.c: Don't include libbfd.h.
sim/rl78/
* load.c: Don't include libbfd.h.
(rl78_load): Don't use private iovec seek or read.
sim/rx/
* load.c: Don't include libbfd.h.
(rx_load): Don't use private iovec seek or read.
Diffstat (limited to 'gdb/i386-darwin-tdep.c')
-rw-r--r-- | gdb/i386-darwin-tdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/i386-darwin-tdep.c b/gdb/i386-darwin-tdep.c index 6661fb1..e0090ef 100644 --- a/gdb/i386-darwin-tdep.c +++ b/gdb/i386-darwin-tdep.c @@ -26,7 +26,6 @@ #include "floatformat.h" #include "symtab.h" #include "regcache.h" -#include "libbfd.h" #include "objfiles.h" #include "i387-tdep.h" |