diff options
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/m68hc1xelf.em | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/m68hc1xelf.em b/ld/emultempl/m68hc1xelf.em index deeefce..594b193 100644 --- a/ld/emultempl/m68hc1xelf.em +++ b/ld/emultempl/m68hc1xelf.em @@ -204,9 +204,9 @@ hook_in_stub (struct hook_stub_info *info, lang_statement_union_type **lp) case lang_input_section_enum: if (l->input_section.section == info->input_section - || strcmp (bfd_get_section_name (output_section, + || strcmp (bfd_get_section_name (l->input_section.section->owner, l->input_section.section), - bfd_get_section_name (output_section, + bfd_get_section_name (info->input_section->owner, info->input_section)) == 0) { /* We've found our section. Insert the stub immediately |