diff options
Diffstat (limited to 'gold/object.h')
-rw-r--r-- | gold/object.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gold/object.h b/gold/object.h index 1e62c12..c26acf3 100644 --- a/gold/object.h +++ b/gold/object.h @@ -1232,9 +1232,8 @@ class Relobj : public Object merge_output_offset(unsigned int shndx, section_offset_type offset, section_offset_type *poutput) const; - bool - is_merge_section_for(const Output_section_data* output_data, - unsigned int shndx) const; + const Output_section_data* + find_merge_section(unsigned int shndx) const; // Record the relocatable reloc info for an input reloc section. void |