diff options
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 103b613..2bbc1c9 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -981,6 +981,9 @@ struct elf_backend_data const struct elf_size_info *s; + /* An array of target specific special sections. */ + const struct bfd_elf_special_section *special_sections; + /* The size in bytes of the header for the GOT. This includes the so-called reserved entries on some systems. */ bfd_vma got_header_size; |