Generalize DWARF2 and COFF support.
[deliverable/binutils-gdb.git] / bfd / libcoff.h
index cf2e99fc37777d9e7736dc47dd0fef694d10d9f0..511553865fe132b190c245bd731a44157b883b8c 100644 (file)
@@ -100,6 +100,9 @@ typedef struct coff_tdata
   /* Used by coff_find_nearest_line.  */
   PTR line_info;
 
+  /* A place to stash dwarf2 info for this bfd. */
+  PTR dwarf2_find_line_info;
+
   /* The timestamp from the COFF file header.  */
   long timestamp;
 
This page took 0.023552 seconds and 4 git commands to generate.