Remove U suffix from constants for K&R compilers.
[deliverable/binutils-gdb.git] / bfd / elf32-i386.c
index 0153fa872eb98704a98356ac5198b209b472cb18..90efba8dc9bc824f2e0397f6eb3bb4fedf225d12 100644 (file)
@@ -1319,7 +1319,8 @@ elf_i386_relocate_section (output_bfd, info, input_bfd, input_section,
            {
              if (! ((*info->callbacks->undefined_symbol)
                     (info, h->root.root.string, input_bfd,
-                     input_section, rel->r_offset)))
+                     input_section, rel->r_offset,
+                     (!info->shared || info->no_undefined))))
                return false;
              relocation = 0;
            }
This page took 0.03432 seconds and 4 git commands to generate.