Remove relocation against discarded sections for relocatable link.
[deliverable/binutils-gdb.git] / bfd / elf64-x86-64.c
index 3a24ccae578f2cb9f609f787d6b434c7a5a3ff93..21524fa7495649f57169679b6ccec80e362750d3 100644 (file)
@@ -2685,15 +2685,8 @@ elf64_x86_64_relocate_section (bfd *output_bfd, struct bfd_link_info *info,
        }
 
       if (sec != NULL && elf_discarded_section (sec))
-       {
-         /* For relocs against symbols from removed linkonce sections,
-            or sections discarded by a linker script, we just want the
-            section contents zeroed.  Avoid any special processing.  */
-         _bfd_clear_contents (howto, input_bfd, contents + rel->r_offset);
-         rel->r_info = 0;
-         rel->r_addend = 0;
-         continue;
-       }
+       RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
+                                        rel, relend, howto, contents);
 
       if (info->relocatable)
        continue;
This page took 0.02297 seconds and 4 git commands to generate.