Files removed as of the 1999-08-23 snapshot.
[deliverable/binutils-gdb.git] / bfd / libcoff-in.h
index a0362ca9f105773584c64b4704532f09c0e3b511..790eeb0342b61868f02e3fa42f0cf7df512f9c84 100644 (file)
@@ -56,7 +56,7 @@ typedef struct coff_tdata
   file_ptr sym_filepos;
 
   struct coff_ptr_struct *raw_syments;
-  unsigned int raw_syment_count;
+  unsigned long raw_syment_count;
 
   /* These are only valid once writing has begun */
   long int relocbase;
@@ -97,6 +97,9 @@ typedef struct coff_tdata
   /* Used by coff_find_nearest_line.  */
   PTR line_info;
 
+  /* The timestamp from the COFF file header.  */
+  long timestamp;
+
   /* Copy of some of the f_flags bits in the COFF filehdr structure,
      used by ARM code.  */
   flagword flags;
This page took 0.023732 seconds and 4 git commands to generate.