Properly implement STT_COMMON
[deliverable/binutils-gdb.git] / bfd / elfcode.h
index 7223dd3756db9921647f51474ea6b2b004f3ee06..79a14f3e3342e81860e8f5dda5de0972c4c42fcf 100644 (file)
@@ -1302,6 +1302,7 @@ elf_slurp_symbol_table (bfd *abfd, asymbol **symptrs, bfd_boolean dynamic)
            case STT_COMMON:
              /* FIXME: Do we have to put the size field into the value field
                 as we do with symbols in SHN_COMMON sections (see above) ?  */
+             sym->symbol.flags |= BSF_ELF_COMMON;
              /* Fall through.  */
            case STT_OBJECT:
              sym->symbol.flags |= BSF_OBJECT;
This page took 0.035825 seconds and 4 git commands to generate.