* config/tc-mips.c (mips_dwarf2_addr_size): Use HAVE_64BIT_OBJECTS
[deliverable/binutils-gdb.git] / bfd / libcoff.h
index c594d4b1ed3252de4fbc8d3be8a39cd19c79dea6..f963ce163c57c13eee4742d6e02e572df80963c8 100644 (file)
@@ -169,7 +169,8 @@ struct xcoff_tdata
 
   /* Used by the XCOFF backend linker.  */
   asection **csects;
-  unsigned long *debug_indices;
+  long *debug_indices;
+  unsigned int *lineno_counts;
   unsigned int import_file_id;
 };
 
@@ -219,8 +220,7 @@ struct xcoff_section_tdata
   /* The lineno_count field for the enclosing section, because we are
      going to clobber it there.  */
   unsigned int lineno_count;
-  /* The first and one past the last symbol indices for symbols used
-     by this csect.  */
+  /* The first and last symbol indices for symbols used by this csect.  */
   unsigned long first_symndx;
   unsigned long last_symndx;
 };
This page took 0.028281 seconds and 4 git commands to generate.