aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-09-23 10:11:29 +0930
committerAlan Modra <amodra@gmail.com>2019-09-23 10:27:22 +0930
commitf5c5b7c124934b464b67c7c3c53a1c62a7f4e98a (patch)
tree20acecd82556ebd7cdbb007b309d7ff1bd2a8605 /bfd/bfd-in.h
parent8410a6589d7fd1e02489e7ab57bda0fcba305dba (diff)
downloadgdb-f5c5b7c124934b464b67c7c3c53a1c62a7f4e98a.zip
gdb-f5c5b7c124934b464b67c7c3c53a1c62a7f4e98a.tar.gz
gdb-f5c5b7c124934b464b67c7c3c53a1c62a7f4e98a.tar.bz2
m68k bfd.h tidy
bfd/ * bfd-in.h: Move m68k function declaration.. * cpu-m68k.h: ..to here, new file.. * elf32-m68k.h: ..and here, new file. * elf32-m68k.c: Include cpu-m68k.h and elf32-m68k.h. * bfd-in2.h: Regenerate. ld/ * emultempl/m68kelf.em: Include elf32-m68k.h. opcodes/ * m68k-dis.c: Include cpu-m68k.h
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r--bfd/bfd-in.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index 7cc35d9..d61467b 100644
--- a/bfd/bfd-in.h
+++ b/bfd/bfd-in.h
@@ -664,16 +664,6 @@ _bfd_nearby_section (bfd *, struct bfd_section *, bfd_vma);
extern void _bfd_fix_excluded_sec_syms
(bfd *, struct bfd_link_info *);
-extern unsigned bfd_m68k_mach_to_features (int);
-
-extern int bfd_m68k_features_to_mach (unsigned);
-
-extern bfd_boolean bfd_m68k_elf32_create_embedded_relocs
- (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
- char **);
-
-extern void bfd_elf_m68k_set_target_options (struct bfd_link_info *, int);
-
/* mmap hacks */
struct _bfd_window_internal;