diff options
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 06bd800..4093434 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -595,6 +595,8 @@ struct elf_link_hash_table asection *srelgot; asection *splt; asection *srelplt; + asection *sdynbss; + asection *srelbss; asection *igotplt; asection *iplt; asection *irelplt; |