X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Felf32-i860.c;h=089d8318391160d601dfead93c70306322873f72;hb=1a72702bb30ec3f94627cfcae684823b413f20b9;hp=371bf94826348d8773286114c11e00054f339c6b;hpb=d5dca95ffc284d4380fddc063be43e155b7eb731;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/elf32-i860.c b/bfd/elf32-i860.c index 371bf94826..089d831839 100644 --- a/bfd/elf32-i860.c +++ b/bfd/elf32-i860.c @@ -1196,13 +1196,13 @@ elf32_i860_relocate_section (bfd *output_bfd ATTRIBUTE_UNUSED, switch (r) { case bfd_reloc_overflow: - r = info->callbacks->reloc_overflow + (*info->callbacks->reloc_overflow) (info, (h ? &h->root : NULL), name, howto->name, (bfd_vma) 0, input_bfd, input_section, rel->r_offset); break; case bfd_reloc_undefined: - r = info->callbacks->undefined_symbol + (*info->callbacks->undefined_symbol) (info, name, input_bfd, input_section, rel->r_offset, TRUE); break; @@ -1224,11 +1224,8 @@ elf32_i860_relocate_section (bfd *output_bfd ATTRIBUTE_UNUSED, } if (msg) - r = info->callbacks->warning - (info, msg, name, input_bfd, input_section, rel->r_offset); - - if (! r) - return FALSE; + (*info->callbacks->warning) (info, msg, name, input_bfd, + input_section, rel->r_offset); } }