mmix-mmo set SEC_DATA for .data section
[deliverable/binutils-gdb.git] / bfd / mmo.c
index 9ac689d0424acf55df24689a7c1ed1a78804b428..073c37c0acdcb6916e53ea46ed0425f72a1f0fdf 100644 (file)
--- a/bfd/mmo.c
+++ b/bfd/mmo.c
@@ -2074,7 +2074,7 @@ mmo_scan (bfd *abfd)
   if (sec != NULL
       && (bfd_section_flags (sec) & SEC_HAS_CONTENTS)
       && !bfd_set_section_flags (sec, (bfd_section_flags (sec)
-                                      | SEC_ALLOC | SEC_LOAD)))
+                                      | SEC_ALLOC | SEC_LOAD | SEC_DATA)))
     error = TRUE;
 
   /* Free whatever resources we took.  */
This page took 0.024359 seconds and 4 git commands to generate.