Improve the speed of scanning PE binaries for line number information.
[deliverable/binutils-gdb.git] / bfd / coff-bfd.h
index c76bf3a54be740800da0cbbd41b13e09f7c4b776..97117b397484ed98542569609d410a8e2d648b72 100644 (file)
@@ -50,6 +50,8 @@ struct coff_section_tdata
   /* If this is TRUE, the contents entry may not be freed.  */
   bfd_boolean keep_contents;
   /* Information cached by coff_find_nearest_line.  */
+  bfd_boolean saved_bias;
+  bfd_signed_vma bias;
   bfd_vma offset;
   unsigned int i;
   const char *function;
This page took 0.027467 seconds and 4 git commands to generate.