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
commit254fb49d911744b0f30a95e168298560f009f1ed (patch)
tree2257554c5fed1ff38856f582827b051c91e42714 /bfd/libcoff.h
parent6e2fb43d34e523a69a0bbb31ec7b8491002b235e (diff)
downloadbinutils-redhat-254fb49d911744b0f30a95e168298560f009f1ed.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 cf2e99fc37..511553865f 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;