diff options
author | Nick Clifton <nickc@redhat.com> | 2000-09-15 18:52:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-09-15 18:52:13 +0000 |
commit | bd87795137ebd3ea3c258fac525a923a7a050f93 (patch) | |
tree | bb7c453320be602456275724e71badde86979189 /bfd/bfd-in.h | |
parent | 4097282b8ebb7a4c448e486c09ffeeb7213c83f5 (diff) | |
download | gdb-bd87795137ebd3ea3c258fac525a923a7a050f93.tar.gz |
add support for embedded relocs in m68k ELF port
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index cfef8dbbb7b..54fba5f557b 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -652,6 +652,10 @@ extern int bfd_get_arch_size PARAMS ((bfd *)); /* Return true if address "naturally" sign extends, or -1 if not elf. */ extern int bfd_get_sign_extend_vma PARAMS ((bfd *)); +extern boolean bfd_m68k_elf32_create_embedded_relocs + PARAMS ((bfd *, struct bfd_link_info *, struct sec *, struct sec *, + char **)); + /* SunOS shared library support routines for the linker. */ extern struct bfd_link_needed_list *bfd_sunos_get_needed_list |