* xcofflink.c: Numerous changes to get closer to a working XCOFF
[deliverable/binutils-gdb.git] / bfd / libcoff.h
index ebdcdfbb0d8b2391956bb81c5caf2c8adcc78d34..f75c42b92a4f54e694f2b932a15c982a5daf2d7c 100644 (file)
@@ -105,9 +105,18 @@ struct xcoff_tdata
   /* Basic COFF information.  */
   coff_data_type coff;
 
+  /* True if a large a.out header should be generated.  */
+  boolean full_aouthdr;
+
   /* TOC value.  */
   bfd_vma toc;
 
+  /* Section holding TOC.  */
+  asection *toc_section;
+
+  /* Section holding entry point.  */
+  asection *entry_section;
+
   /* .text alignment from optional header.  */
   int text_align_power;
 
@@ -178,8 +187,6 @@ struct xcoff_section_tdata
      by this csect.  */
   unsigned long first_symndx;
   unsigned long last_symndx;
-  /* The number of .loader relocs in this csect.  */
-  size_t ldrel_count;
 };
 
 /* An accessor macro the xcoff_section_tdata structure.  */
This page took 0.025402 seconds and 4 git commands to generate.