From ca437b1b5fe3d3dd7987ddf6c373bc2221c0726e Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 23 Sep 2019 10:03:04 +0930 Subject: h8300 bfd.h tidy * bfd-in.h: Move h8300 function declaration to.. * cpu-h8300.h: ..here, new file. * cpu-h8300.c: Include cpu-h8300.h. * elf32-h8300.c: Likewise. * bfd-in2.h: Regenerate. --- bfd/cpu-h8300.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bfd/cpu-h8300.c') diff --git a/bfd/cpu-h8300.c b/bfd/cpu-h8300.c index 53dd4ec..3dc2ac7 100644 --- a/bfd/cpu-h8300.c +++ b/bfd/cpu-h8300.c @@ -22,6 +22,7 @@ #include "sysdep.h" #include "bfd.h" #include "libbfd.h" +#include "cpu-h8300.h" static bfd_boolean h8300_scan (const struct bfd_arch_info *info, const char *string) -- cgit v1.1