diff options
Diffstat (limited to 'gold/script-sections.h')
-rw-r--r-- | gold/script-sections.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/script-sections.h b/gold/script-sections.h index 2e07aa2..e247ea5 100644 --- a/gold/script-sections.h +++ b/gold/script-sections.h @@ -319,6 +319,8 @@ class Script_sections bool saw_relro_end_; // Whether we have seen SEGMENT_START. bool saw_segment_start_expression_; + // Whether we have created all necessary segments. + bool segments_created_; }; // Attributes for memory regions. |