diff options
Diffstat (limited to 'bfd/elf-vxworks.h')
-rw-r--r-- | bfd/elf-vxworks.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elf-vxworks.h b/bfd/elf-vxworks.h index 76db15e..c8ea009 100644 --- a/bfd/elf-vxworks.h +++ b/bfd/elf-vxworks.h @@ -31,3 +31,5 @@ bfd_boolean elf_vxworks_emit_relocs (bfd *, asection *, Elf_Internal_Shdr *, Elf_Internal_Rela *, struct elf_link_hash_entry **); void elf_vxworks_final_write_processing (bfd *, bfd_boolean); +bfd_boolean elf_vxworks_create_dynamic_sections + (bfd *, struct bfd_link_info *, asection **); |