PATCH to ld fixes the MIPS ECOFF --embedded-relocs BFD checkbug

Alan Modra alan@linuxcare.com.au
Wed Jun 7 17:58:00 GMT 2000


On Wed, 7 Jun 2000, Michael Sokolov wrote:

> +       /* As first-order business, make sure that each input BFD is ECOFF. It
> +          better be, as we are directly calling an ECOFF backend function.  */
> +       if (strncmp (bfd_get_target (abfd), "ecoff", 5))

if (bfd_get_flavour (abfd) == bfd_target_ecoff_flavour)

-- 
Linuxcare.  Support for the Revolution.



More information about the Binutils mailing list