diff options
Diffstat (limited to 'gold/script-c.h')
-rw-r--r-- | gold/script-c.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/script-c.h b/gold/script-c.h index 37016b0..a646bda 100644 --- a/gold/script-c.h +++ b/gold/script-c.h @@ -389,6 +389,11 @@ script_data_segment_align(void* closure); extern void script_data_segment_relro_end(void* closure); +/* Record the fact that a SEGMENT_START expression is seen. */ + +extern void +script_saw_segment_start_expression(void* closure); + /* Called by the bison parser for expressions. */ extern Expression_ptr |