diff options
author | Steve Chamberlain <sac@cygnus> | 1992-02-07 00:33:57 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-02-07 00:33:57 +0000 |
commit | d58b7049a71721f1ce04f5eb468ff8ef1faa1d69 (patch) | |
tree | 3273908543bdb63aba85e2ce3c386cedb4ed4f4e /bfd/coffcode.h | |
parent | 424f02027213e8e4ed386bca4d7973022e63dac6 (diff) | |
download | gdb-d58b7049a71721f1ce04f5eb468ff8ef1faa1d69.zip gdb-d58b7049a71721f1ce04f5eb468ff8ef1faa1d69.tar.gz gdb-d58b7049a71721f1ce04f5eb468ff8ef1faa1d69.tar.bz2 |
Fluff removal.
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r-- | bfd/coffcode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h index e80370d..c7098cd 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -255,6 +255,8 @@ CODE_FRAGMENT . {* A pointer to the linenumber information for this symbol *} .struct lineno_cache_entry *lineno; . +. {* Have the line numbers been relocated yet ? *} +.boolean done_lineno; .} coff_symbol_type; |