From 293acfae4e3c9aad417e262edc9847c79bbbbb11 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 27 Jul 2016 09:00:03 +0930 Subject: 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. --- sim/aarch64/memory.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sim/aarch64/memory.c') diff --git a/sim/aarch64/memory.c b/sim/aarch64/memory.c index 50f4837..94c549f 100644 --- a/sim/aarch64/memory.c +++ b/sim/aarch64/memory.c @@ -26,7 +26,6 @@ #include #include "bfd.h" -#include "libbfd.h" #include "libiberty.h" #include "elf/internal.h" #include "elf/common.h" -- cgit v1.1