hppa -z relro again
[deliverable/binutils-gdb.git] / bfd / elf-bfd.h
index 9ea763a9fc75cab9c686c79922d6b2f18cb0fd9d..f5a8d75e5a0c90c4ffff89c203510f7c79c82f3b 100644 (file)
@@ -1461,6 +1461,10 @@ struct elf_backend_data
      This field indicates whether this behavior is required.  */
   unsigned want_p_paddr_set_to_zero : 1;
 
+  /* Target has broken hardware and/or kernel that requires pages not
+     to be mapped twice with different permissions.  */
+  unsigned no_page_alias : 1;
+
   /* True if an object file lacking a .note.GNU-stack section
      should be assumed to be requesting exec stack.  At least one
      other file in the link needs to have a .note.GNU-stack section
This page took 0.035649 seconds and 4 git commands to generate.