bfd_section_* macros
[deliverable/binutils-gdb.git] / ld / emultempl / m68hc1xelf.em
index b55989e0e66b4d7b96844420ed3c92a1ac9005b4..b63e4e92d97ff240188513f789cee6694aa7ecec 100644 (file)
@@ -212,10 +212,8 @@ 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 (l->input_section.section->owner,
-                                              l->input_section.section),
-                        bfd_get_section_name (info->input_section->owner,
-                                              info->input_section)) == 0)
+             || strcmp (bfd_section_name (l->input_section.section),
+                        bfd_section_name (info->input_section)) == 0)
            {
              /* We've found our section.  Insert the stub immediately
                 before its associated input section.  */
This page took 0.0245 seconds and 4 git commands to generate.