diff options
author | Alan Modra <amodra@gmail.com> | 2019-09-23 10:03:04 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-09-23 10:27:21 +0930 |
commit | ca437b1b5fe3d3dd7987ddf6c373bc2221c0726e (patch) | |
tree | cb2aad89de210cff1d5945fba293bc990e6526ca /bfd/elf32-h8300.c | |
parent | 3352ae9900037b231f9838e088af450a19bade17 (diff) | |
download | gdb-ca437b1b5fe3d3dd7987ddf6c373bc2221c0726e.zip gdb-ca437b1b5fe3d3dd7987ddf6c373bc2221c0726e.tar.gz gdb-ca437b1b5fe3d3dd7987ddf6c373bc2221c0726e.tar.bz2 |
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.
Diffstat (limited to 'bfd/elf32-h8300.c')
-rw-r--r-- | bfd/elf32-h8300.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-h8300.c b/bfd/elf32-h8300.c index ba7c8b2..f0a04e2 100644 --- a/bfd/elf32-h8300.c +++ b/bfd/elf32-h8300.c @@ -23,6 +23,7 @@ #include "libbfd.h" #include "elf-bfd.h" #include "elf/h8.h" +#include "cpu-h8300.h" static reloc_howto_type *elf32_h8_reloc_type_lookup (bfd *abfd, bfd_reloc_code_real_type code); |