> > @@ -4617,10 +4582,6 @@ _bfd_mips_elf_fake_sections (bfd *abfd, > > { > > if (SGI_COMPAT (abfd)) > > hdr->sh_entsize = 0; > > -#if 0 > > - /* This isn't how the IRIX6 linker behaves. */ > > - hdr->sh_info = SIZEOF_MIPS_DYNSYM_SECNAMES; > > -#endif > > This should be retained (and probably changed for !IRIX ?). I've retained all of the #if 0 code in elfxx-mips.c. I'll come back and get it in a later sweep :-) Thiemo, please consider removing what you believe can be removed. Thanks, Ben