Introduce new section flag: SEC_ELF_OCTETS
[deliverable/binutils-gdb.git] / gas / write.c
index 8f7786eb367cc646e031cd8f46e8a00914e5336f..d5da41850cc428bb4f716f079de339b7dbb1f8ff 100644 (file)
@@ -1960,7 +1960,8 @@ maybe_generate_build_notes (void)
   /* Create a GNU Build Attribute section.  */
   sec = subseg_new (GNU_BUILD_ATTRS_SECTION_NAME, FALSE);
   elf_section_type (sec) = SHT_NOTE;
-  bfd_set_section_flags (sec, SEC_READONLY | SEC_HAS_CONTENTS | SEC_DATA);
+  bfd_set_section_flags (sec, (SEC_READONLY | SEC_HAS_CONTENTS | SEC_DATA
+                              | SEC_OCTETS));
   bfd_set_section_alignment (sec, 2);
 
   /* Work out the size of the notes that we will create,
This page took 0.038927 seconds and 4 git commands to generate.