diff options
Diffstat (limited to 'gold/output.h')
-rw-r--r-- | gold/output.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/output.h b/gold/output.h index 368e4ba..e036b98 100644 --- a/gold/output.h +++ b/gold/output.h @@ -443,6 +443,11 @@ class Output_segment flags() const { return this->flags_; } + // Return the memory size. + uint64_t + memsz() const + { return this->memsz_; } + // Return the maximum alignment of the Output_data. uint64_t max_data_align() const; |