binutils-gdb/sim/rl78
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
..
ChangeLog Wean gdb and sim off private libbfd.h header 2016-07-27 09:01:45 +09:30
Makefile.in GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
aclocal.m4 sim: rename tconfig.in to tconfig.h 2015-03-16 01:23:52 -04:00
config.in sim: move many common settings from CPPFLAGS to config.h 2016-01-10 18:54:41 -05:00
configure sim: move many common settings from CPPFLAGS to config.h 2016-01-10 18:54:41 -05:00
configure.ac GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
cpu.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
cpu.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
gdb-if.c sim: sim_{create_inferior,open,parse_args}: constify argv/env slightly 2016-01-06 21:48:59 -05:00
load.c Wean gdb and sim off private libbfd.h header 2016-07-27 09:01:45 +09:30
load.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
main.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mem.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mem.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
rl78.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
trace.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
trace.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00