diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-10-25 20:33:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-10-25 20:33:38 +0000 |
commit | b73322d9fdbec06f9c84c773f126338db9d54343 (patch) | |
tree | 73fcee4a4706ce1a6e3fddbfa6f7a5c78ea90d4a /bfd/libcoff.h | |
parent | fc9e78507cb63b9fc64be2b1caa3a90c1e8123c6 (diff) | |
download | gdb-b73322d9fdbec06f9c84c773f126338db9d54343.zip gdb-b73322d9fdbec06f9c84c773f126338db9d54343.tar.gz gdb-b73322d9fdbec06f9c84c773f126338db9d54343.tar.bz2 |
fix XCOFF line number handling
Diffstat (limited to 'bfd/libcoff.h')
-rw-r--r-- | bfd/libcoff.h | 3 |
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; |