Add support for generating DWARF-5 format directory and file name tables from the...
[deliverable/binutils-gdb.git] / gas / read.c
index 784d6a8f79e6a99f9ea17ebe82d62401eb00d22f..cdb4b3a8189eb38b0a47fd3d8699e4ed56167af9 100644 (file)
@@ -2465,7 +2465,7 @@ bss_alloc (symbolS *symbolP, addressT size, unsigned int align)
        {
          bss_seg = subseg_new (".sbss", 1);
          seg_info (bss_seg)->bss = 1;
-         if (!bfd_set_section_flags (bss_seg, SEC_ALLOC))
+         if (!bfd_set_section_flags (bss_seg, SEC_ALLOC | SEC_SMALL_DATA))
            as_warn (_("error setting flags for \".sbss\": %s"),
                     bfd_errmsg (bfd_get_error ()));
        }
This page took 0.023735 seconds and 4 git commands to generate.