diff options
Diffstat (limited to 'gold/ehframe.h')
-rw-r--r-- | gold/ehframe.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/ehframe.h b/gold/ehframe.h index ce4f6df..8e09657 100644 --- a/gold/ehframe.h +++ b/gold/ehframe.h @@ -326,6 +326,10 @@ class Eh_frame : public Output_section_data section_offset_type offset, section_offset_type* poutput) const; + // Return whether this is the merge section for an input section. + bool + do_is_merge_section_for(const Relobj*, unsigned int shndx) const; + // Write the data to the file. void do_write(Output_file*); |