Properly warn relocation in readonly section in a shared object.
[deliverable/binutils-gdb.git] / bfd / elf32-s390.c
index bc8e054a841836169b8d5e220bc3c5dc935fa1e2..46e9541f07ff0101ed0174c80dfd2d1c3adcb541 100644 (file)
@@ -2292,15 +2292,8 @@ elf_s390_relocate_section (output_bfd, info, input_bfd, input_section,
        }
 
       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.024063 seconds and 4 git commands to generate.