This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]