From aa739c59d3db95d1709b0417cdf7d082bfdea911 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 23 Sep 2019 10:07:40 +0930 Subject: coff bfd.h tidy bfd/ * bfd-in.h: Delete coff forward refs and move coff declaration.. * coff-bfd.h: ..to here. * bfd-in2.h: Regenerate. binutils/ * dlltool.c: Include coff-bfd.h. --- binutils/ChangeLog | 4 ++++ binutils/dlltool.c | 1 + 2 files changed, 5 insertions(+) (limited to 'binutils') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index a2ac2b7..45817f4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,9 @@ 2019-09-23 Alan Modra + * dlltool.c: Include coff-bfd.h. + +2019-09-23 Alan Modra + PR 25018 * dwarf.c (get_type_signedness): Delete ineffective pointer comparison check. Properly range check uvalue offset on diff --git a/binutils/dlltool.c b/binutils/dlltool.c index 85304d0..6c4737e 100644 --- a/binutils/dlltool.c +++ b/binutils/dlltool.c @@ -240,6 +240,7 @@ #include "bucomm.h" #include "dlltool.h" #include "safe-ctype.h" +#include "coff-bfd.h" #include #include -- cgit v1.1