* elf-bfd.h (struct eh_frame_hdr_info): Add offsets_adjusted.
[deliverable/binutils-gdb.git] / bfd / elf-bfd.h
index f9b1b4ad314d20a4909010fd9350b02f94073928..f452d3b62a31f027d925ea7ec8eedcc87f4f632c 100644 (file)
@@ -328,6 +328,7 @@ struct eh_frame_hdr_info
      We build it if we successfully read all .eh_frame input sections
      and recognize them.  */
   bfd_boolean table;
+  bfd_boolean offsets_adjusted;
 };
 
 /* ELF linker hash table.  */
@@ -1259,7 +1260,7 @@ struct elf_obj_tdata
   unsigned int cverrefs;
 
   /* Segment flags for the PT_GNU_STACK segment.  */
-  unsigned int stack_flags;  
+  unsigned int stack_flags;
 
   /* Should the PT_GNU_RELRO segment be emitted?  */
   bfd_boolean relro;
This page took 0.025743 seconds and 4 git commands to generate.