[ARC] Fix local got entry list.
[deliverable/binutils-gdb.git] / bfd / elf32-arc.c
index 30f47a5b220fbae2174cad8a3e3b50749d0613c3..668642c30249df3bddc713f005ae09e0c57b3085 100644 (file)
@@ -1740,7 +1740,7 @@ elf_arc_relocate_section (bfd *                     output_bfd,
          reloc_data.should_relocate = TRUE;
 
          struct got_entry **list
-           = get_got_entry_list_for_symbol (output_bfd, r_symndx, h);
+           = get_got_entry_list_for_symbol (input_bfd, r_symndx, h);
 
          reloc_data.got_offset_value
            = relocate_fix_got_relocs_for_got_info (list,
This page took 0.034022 seconds and 4 git commands to generate.