diff options
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r-- | ld/ldlang.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h index 6106cea..99b786d 100644 --- a/ld/ldlang.h +++ b/ld/ldlang.h @@ -153,7 +153,10 @@ typedef struct lang_output_section_statement_struct unsigned int processed_vma : 1; unsigned int processed_lma : 1; unsigned int all_input_readonly : 1; + /* If this section should be ignored. */ unsigned int ignored : 1; + /* If there is a symbol relative to this section. */ + unsigned int section_relative_symbol : 1; } lang_output_section_statement_type; typedef struct |