aboutsummaryrefslogtreecommitdiff
path: root/bfd/libcoff.h
diff options
context:
space:
mode:
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 bf6bd5f..ebdcdfb 100644
--- a/bfd/libcoff.h
+++ b/bfd/libcoff.h
@@ -171,6 +171,9 @@ struct xcoff_section_tdata
/* Used for XCOFF csects created by the linker; points to the real
XCOFF section which contains this csect. */
asection *enclosing;
+ /* The lineno_count field for the enclosing section, because we are
+ going to clobber it there. */
+ unsigned int lineno_count;
/* The first and one past the last symbol indices for symbols used
by this csect. */
unsigned long first_symndx;