diff options
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r-- | ld/ldlang.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h index c23c3e5..1c135b6 100644 --- a/ld/ldlang.h +++ b/ld/ldlang.h @@ -150,7 +150,8 @@ typedef struct lang_output_section_statement_struct int constraint; flagword flags; enum section_type sectype; - unsigned int processed : 1; + unsigned int processed_vma : 1; + unsigned int processed_lma : 1; unsigned int all_input_readonly : 1; unsigned int ignored : 1; } lang_output_section_statement_type; |