diff options
Diffstat (limited to 'gold/output.h')
-rw-r--r-- | gold/output.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/output.h b/gold/output.h index bd108bb..a8fe594 100644 --- a/gold/output.h +++ b/gold/output.h @@ -3941,6 +3941,10 @@ class Output_section : public Output_data input_sections() const { return this->input_sections_; } + Input_section_list& + input_sections() + { return this->input_sections_; } + protected: // Return the output section--i.e., the object itself. Output_section* |