diff options
author | Alan Modra <amodra@gmail.com> | 2019-09-23 10:10:28 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-09-23 10:27:21 +0930 |
commit | 8410a6589d7fd1e02489e7ab57bda0fcba305dba (patch) | |
tree | 765fd85525b2b842067c3837772cf141e1c0144e /bfd/bfd-in.h | |
parent | ca05ca5e2d8c1628c37a335635dab4714f0d3bfe (diff) | |
download | gdb-8410a6589d7fd1e02489e7ab57bda0fcba305dba.zip gdb-8410a6589d7fd1e02489e7ab57bda0fcba305dba.tar.gz gdb-8410a6589d7fd1e02489e7ab57bda0fcba305dba.tar.bz2 |
bfin bfd.h tidy
bfd/
* bfd-in.h: Move bfin function declaration..
* elf32-bfin.h: ..to here, new file.
* elf32-bfin.c: Include elf32-bfin.h.
* bfd-in2.h: Regenerate.
ld/
* emultempl/bfin.em: Include elf32-bfin.h.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index 61992fe..7cc35d9 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -674,10 +674,6 @@ extern bfd_boolean bfd_m68k_elf32_create_embedded_relocs extern void bfd_elf_m68k_set_target_options (struct bfd_link_info *, int); -extern bfd_boolean bfd_bfin_elf32_create_embedded_relocs - (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *, - char **); - /* mmap hacks */ struct _bfd_window_internal; |