aboutsummaryrefslogtreecommitdiff
path: root/bfd/libcoff-in.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/libcoff-in.h')
-rw-r--r--bfd/libcoff-in.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h
index aefa69b..0dd0184 100644
--- a/bfd/libcoff-in.h
+++ b/bfd/libcoff-in.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;