diff options
Diffstat (limited to 'gold/script.h')
-rw-r--r-- | gold/script.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/script.h b/gold/script.h index 257b479dc..09f104f 100644 --- a/gold/script.h +++ b/gold/script.h @@ -331,6 +331,11 @@ class Script_options saw_sections_clause() const { return this->script_sections_.saw_sections_clause(); } + // Whether we saw a PHDRS clause. + bool + saw_phdrs_clause() const + { return this->script_sections_.saw_phdrs_clause(); } + // Set section addresses using a SECTIONS clause. Return the // segment which should hold the file header and segment headers; // this may return NULL, in which case the headers are not in a |