diff options
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r-- | ld/ldlang.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h index b5d50c5..7f1e743 100644 --- a/ld/ldlang.h +++ b/ld/ldlang.h @@ -163,8 +163,8 @@ typedef struct lang_output_section_statement_struct 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; + /* If this section should update "dot". Prevents section being ignored. */ + unsigned int update_dot : 1; } lang_output_section_statement_type; typedef struct |