diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 11 | ||||
-rw-r--r-- | gas/config/tc-epiphany.c | 1 | ||||
-rw-r--r-- | gas/config/tc-frv.c | 1 | ||||
-rw-r--r-- | gas/config/tc-ip2k.c | 1 | ||||
-rw-r--r-- | gas/config/tc-iq2000.c | 1 | ||||
-rw-r--r-- | gas/config/tc-m32c.c | 1 | ||||
-rw-r--r-- | gas/config/tc-mep.c | 1 | ||||
-rw-r--r-- | gas/config/tc-mt.c | 1 | ||||
-rw-r--r-- | gas/config/tc-nios2.c | 1 |
9 files changed, 11 insertions, 8 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 582655e8321..eaaf1081283 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,16 @@ 2016-07-16 Alan Modra <amodra@gmail.com> + * config/tc-epiphany.c: Don't include libbfd.h. + * config/tc-frv.c: Likewise. + * config/tc-ip2k.c: Likewise. + * config/tc-iq2000.c: Likewise. + * config/tc-m32c.c: Likewise. + * config/tc-mep.c: Likewise. + * config/tc-mt.c: Likewise. + * config/tc-nios2.c: Likewise. + +2016-07-16 Alan Modra <amodra@gmail.com> + * config/bfin-parse.y: Don't include libbfd.h. * config/tc-bfin.c: Likewise. * config/tc-rl78.c: Likewise. diff --git a/gas/config/tc-epiphany.c b/gas/config/tc-epiphany.c index f35198e4e8b..d14c3a0f686 100644 --- a/gas/config/tc-epiphany.c +++ b/gas/config/tc-epiphany.c @@ -28,7 +28,6 @@ #include "elf/common.h" #include "elf/epiphany.h" #include "dwarf2dbg.h" -#include "libbfd.h" /* Structure to hold all of the different components describing an individual instruction. */ diff --git a/gas/config/tc-frv.c b/gas/config/tc-frv.c index 8912f44edc5..f49096db500 100644 --- a/gas/config/tc-frv.c +++ b/gas/config/tc-frv.c @@ -24,7 +24,6 @@ #include "opcodes/frv-desc.h" #include "opcodes/frv-opc.h" #include "cgen.h" -#include "libbfd.h" #include "elf/common.h" #include "elf/frv.h" #include "dwarf2dbg.h" diff --git a/gas/config/tc-ip2k.c b/gas/config/tc-ip2k.c index 642dfea089a..c1e50c1bdf8 100644 --- a/gas/config/tc-ip2k.c +++ b/gas/config/tc-ip2k.c @@ -26,7 +26,6 @@ #include "cgen.h" #include "elf/common.h" #include "elf/ip2k.h" -#include "libbfd.h" /* Structure to hold all of the different components describing an individual instruction. */ diff --git a/gas/config/tc-iq2000.c b/gas/config/tc-iq2000.c index f150e19d028..3bb8726054b 100644 --- a/gas/config/tc-iq2000.c +++ b/gas/config/tc-iq2000.c @@ -27,7 +27,6 @@ #include "cgen.h" #include "elf/common.h" #include "elf/iq2000.h" -#include "libbfd.h" #include "sb.h" #include "macro.h" diff --git a/gas/config/tc-m32c.c b/gas/config/tc-m32c.c index b28797b38e3..ed1d1c83be3 100644 --- a/gas/config/tc-m32c.c +++ b/gas/config/tc-m32c.c @@ -27,7 +27,6 @@ #include "cgen.h" #include "elf/common.h" #include "elf/m32c.h" -#include "libbfd.h" #include "safe-ctype.h" /* Structure to hold all of the different components diff --git a/gas/config/tc-mep.c b/gas/config/tc-mep.c index 6128b6e6690..f018f742747 100644 --- a/gas/config/tc-mep.c +++ b/gas/config/tc-mep.c @@ -28,7 +28,6 @@ #include "cgen.h" #include "elf/common.h" #include "elf/mep.h" -#include "libbfd.h" #include "xregex.h" /* Structure to hold all of the different components describing diff --git a/gas/config/tc-mt.c b/gas/config/tc-mt.c index e0bca886694..bbcd87e1a0d 100644 --- a/gas/config/tc-mt.c +++ b/gas/config/tc-mt.c @@ -27,7 +27,6 @@ #include "cgen.h" #include "elf/common.h" #include "elf/mt.h" -#include "libbfd.h" /* Structure to hold all of the different components describing an individual instruction. */ diff --git a/gas/config/tc-nios2.c b/gas/config/tc-nios2.c index 0ddc5017bc7..0a1286a0f92 100644 --- a/gas/config/tc-nios2.c +++ b/gas/config/tc-nios2.c @@ -25,7 +25,6 @@ #include "elf/nios2.h" #include "tc-nios2.h" #include "bfd.h" -#include "libbfd.h" #include "dwarf2dbg.h" #include "subsegs.h" #include "safe-ctype.h" |