powerpc relax_section and section contents cache
[deliverable/binutils-gdb.git] / bfd / elf-bfd.h
index 0aab5fa065a6b64a0f25b650c1e753a89e1c3b7c..76cac2febea3ba66e04a60b3f39143f55e07235b 100644 (file)
@@ -1342,6 +1342,11 @@ struct elf_backend_data
      other file in the link needs to have a .note.GNU-stack section
      for a PT_GNU_STACK segment to be created.  */
   unsigned default_execstack : 1;
+
+  /* True if elf_section_data(sec)->this_hdr.contents is sec->rawsize
+     in length rather than sec->size in length, if sec->rawsize is
+     non-zero and smaller than sec->size.  */
+  unsigned caches_rawsize : 1;
 };
 
 /* Information about reloc sections associated with a bfd_elf_section_data
This page took 0.025152 seconds and 4 git commands to generate.