reloc_entry->address += input_section->output_offset;
/* WTF?? */
- if (abfd->xvec->flavour == bfd_target_coff_flavour
- && strcmp (abfd->xvec->name, "coff-Intel-little") != 0
- && strcmp (abfd->xvec->name, "coff-Intel-big") != 0)
+ if (abfd->xvec->flavour == bfd_target_coff_flavour)
{
/* For m68k-coff, the addend was being subtracted twice during
relocation with -r. Removing the line below this comment
reloc_entry->address += input_section->output_offset;
/* WTF?? */
- if (abfd->xvec->flavour == bfd_target_coff_flavour
- && strcmp (abfd->xvec->name, "coff-Intel-little") != 0
- && strcmp (abfd->xvec->name, "coff-Intel-big") != 0)
+ if (abfd->xvec->flavour == bfd_target_coff_flavour)
{
/* For m68k-coff, the addend was being subtracted twice during