* elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound
[deliverable/binutils-gdb.git] / bfd / elf32-i386.c
index 832ad8998051524dfbfbebbce6d0461cf58830a5..270a7c7ee8af03f42c173f190e0f280aa4774b61 100644 (file)
@@ -3192,7 +3192,7 @@ elf_i386_relocate_section (bfd *output_bfd,
 
       if (sec != NULL && discarded_section (sec))
        RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
-                                        rel, relend, howto, contents);
+                                        rel, 1, relend, howto, 0, contents);
 
       if (info->relocatable)
        continue;
This page took 0.023507 seconds and 4 git commands to generate.