* elf32-xtensa.c (xtensa_get_property_section_name): Determine linkonce
[deliverable/binutils-gdb.git] / include / bfdlink.h
index cc2043e10ed6b35a802510200152487a3060f2dc..881d7d4796dc8a92c13471f1e2029f3685d87467 100644 (file)
@@ -302,6 +302,9 @@ struct bfd_link_info
      flags.  */
   unsigned int noexecstack: 1;
 
+  /* TRUE if PT_GNU_RELRO segment should be created.  */
+  unsigned int relro: 1;
+
   /* What to do with unresolved symbols in an object file.
      When producing executables the default is GENERATE_ERROR.
      When producing shared libraries the default is IGNORE.  The
@@ -391,6 +394,9 @@ struct bfd_link_info
 
   /* May be used to set DT_FLAGS_1 for ELF. */
   bfd_vma flags_1;
+
+  /* Start and end of RELRO region.  */
+  bfd_vma relro_start, relro_end;
 };
 
 /* This structures holds a set of callback functions.  These are
This page took 0.022906 seconds and 4 git commands to generate.