diff options
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 6c20b06..577823b 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -623,6 +623,7 @@ struct elf_backend_data unsigned plt_not_loaded : 1; unsigned plt_alignment : 4; unsigned can_gc_sections : 1; + unsigned want_dynbss : 1; }; /* Information stored for each BFD section in an ELF file. This |