]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/rx/ChangeLog
Wean gdb and sim off private libbfd.h header
authorAlan Modra <amodra@gmail.com>
Tue, 26 Jul 2016 23:30:03 +0000 (09:00 +0930)
committerAlan Modra <amodra@gmail.com>
Tue, 26 Jul 2016 23:31:45 +0000 (09:01 +0930)
commit293acfae4e3c9aad417e262edc9847c79bbbbb11
treeaba1597268a6c19cf6cd6ce5f9e6f76a8232c94d
parent6598661d14c90cabac1daa5e683d1e17883b2e41
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.
gdb/ChangeLog
gdb/amd64-darwin-tdep.c
gdb/i386-darwin-tdep.c
gdb/rs6000-nat.c
gdb/rs6000-tdep.c
sim/aarch64/ChangeLog
sim/aarch64/memory.c
sim/rl78/ChangeLog
sim/rl78/load.c
sim/rx/ChangeLog
sim/rx/load.c