binutils-gdb/sim
Alan Modra 293acfae4e 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.
2016-07-27 09:01:45 +09:30
..
aarch64 Wean gdb and sim off private libbfd.h header 2016-07-27 09:01:45 +09:30
arm Small improvements to the ARM simulator to cope with illegal binaries. 2016-07-14 10:38:07 +01:00
avr Update PC when simulate break instruction. 2016-07-19 09:47:23 +03:00
bfin
common
cr16
cris
d10v
erc32
frv
ft32
h8300
igen
iq2000
lm32
m32c
m32r
m68hc11
mcore
microblaze
mips
mn10300
moxie
msp430
ppc
rl78 Wean gdb and sim off private libbfd.h header 2016-07-27 09:01:45 +09:30
rx Wean gdb and sim off private libbfd.h header 2016-07-27 09:01:45 +09:30
sh
sh64
testsuite
v850
.gitignore
ChangeLog Update PC when simulate break instruction. 2016-07-19 09:47:23 +03:00
configure
configure.ac
configure.tgt
MAINTAINERS
Makefile.in
README-HACKING