Set SEC_SMALL_DATA on small common
[deliverable/binutils-gdb.git] / bfd / elfnn-ia64.c
index 4d6a0279e319cbca553257508509dad7c47d5e78..e347332aa259f25d02ac5db02dd870b9f8d30d6c 100644 (file)
@@ -1064,6 +1064,7 @@ elfNN_ia64_add_symbol_hook (bfd *abfd,
          scomm = bfd_make_section_with_flags (abfd, ".scommon",
                                               (SEC_ALLOC
                                                | SEC_IS_COMMON
+                                               | SEC_SMALL_DATA
                                                | SEC_LINKER_CREATED));
          if (scomm == NULL)
            return FALSE;
This page took 0.026511 seconds and 4 git commands to generate.