* elf.c (special_sections): Add .gnu.linkonce.b modelled on .bss.
[deliverable/binutils-gdb.git] / bfd / elf.c
index 8c1afb9de4e9b9081e7f70760afa82876cb90061..f9e223527ee1315b1f7062df0e813e497d09d995 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -2104,6 +2104,7 @@ bfd_section_from_elf_index (bfd *abfd, unsigned int index)
 static struct bfd_elf_special_section const special_sections[] =
 {
   { ".bss",            4, -2, SHT_NOBITS,   SHF_ALLOC + SHF_WRITE },
+  { ".gnu.linkonce.b",15, -2, SHT_NOBITS,   SHF_ALLOC + SHF_WRITE },
   { ".comment",        8,  0, SHT_PROGBITS, 0 },
   { ".data",           5, -2, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
   { ".data1",          6,  0, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
This page took 0.02386 seconds and 4 git commands to generate.