Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / elf-bfd.h
index 156eec7a6629ff369ac9e99e390f9a365452b8ea..13c32e097a386cbc873eb8766c688ea3eb4263d4 100644 (file)
@@ -1359,6 +1359,10 @@ struct elf_backend_data
      in length rather than sec->size in length, if sec->rawsize is
      non-zero and smaller than sec->size.  */
   unsigned caches_rawsize : 1;
+
+  /* Address of protected data defined in the shared library may be
+     external, i.e., due to copy relocation.   */
+  unsigned extern_protected_data : 1;
 };
 
 /* Information about reloc sections associated with a bfd_elf_section_data
This page took 0.023754 seconds and 4 git commands to generate.