Updates.
[deliverable/binutils-gdb.git] / bfd / libcoff-in.h
index 790eeb0342b61868f02e3fa42f0cf7df512f9c84..3fae93cf866e9a93f2b7b4d3c2b4633a6c93a0a2 100644 (file)
@@ -126,6 +126,9 @@ struct xcoff_tdata
   /* Basic COFF information.  */
   coff_data_type coff;
 
+  /* True if this is an XCOFF64 file. */
+  boolean xcoff64;
+
   /* True if a large a.out header should be generated.  */
   boolean full_aouthdr;
 
@@ -216,12 +219,14 @@ struct xcoff_section_tdata
 #define xcoff_section_data(abfd, sec) \
   ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
 
-/* Tdata for sections in PEI image files.  */
+/* Tdata for sections in PE files.  */
 
 struct pei_section_tdata
 {
   /* The virtual size of the section.  */
   bfd_size_type virt_size;
+  /* The PE section flags.  */
+  long pe_flags;
 };
 
 /* An accessor macro for the pei_section_tdata structure.  */
This page took 0.024338 seconds and 4 git commands to generate.