ld: Add "-z separate-code" option to ELF linker
[deliverable/binutils-gdb.git] / include / bfdlink.h
index f5c23de0dafb7a3c069856cae5e2698bb4442d3d..5d637acbabdab322d8b9e15035845fcad440b839 100644 (file)
@@ -386,6 +386,9 @@ struct bfd_link_info
   /* TRUE if PT_GNU_RELRO segment should be created.  */
   unsigned int relro: 1;
 
+  /* TRUE if separate code segment should be created.  */
+  unsigned int separate_code: 1;
+
   /* Nonzero if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment
      should be created.  1 for DWARF2 tables, 2 for compact tables.  */
   unsigned int eh_frame_hdr_type: 2;
This page took 0.025064 seconds and 4 git commands to generate.