forked from Imagelibrary/binutils-gdb
Remove is_merge_section_for.
Now that Input_merge_map has an Output_section_data, we can use it in implementing find_merge_section and replace the only use of is_merge_section_for with it.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user