summaryrefslogtreecommitdiff
path: root/bfd/libcoff.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-12-08 22:50:07 +0000
committerNick Clifton <nickc@redhat.com>2000-12-08 22:50:07 +0000
commitc9cdc3388a034f956693d4aa77a8c8dcd7b5a1de (patch)
tree791f367e68a17ef7412cb90eeca514eecbaf09c5 /bfd/libcoff.h
parent21e8e769840ada3e5d87af2e626799029cfde390 (diff)
downloadgdb-c9cdc3388a034f956693d4aa77a8c8dcd7b5a1de.tar.gz
Generalize DWARF2 and COFF support.
Diffstat (limited to 'bfd/libcoff.h')
-rw-r--r--bfd/libcoff.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/libcoff.h b/bfd/libcoff.h
index cf2e99fc377..511553865fe 100644
--- a/bfd/libcoff.h
+++ b/bfd/libcoff.h
@@ -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;