[PATCH] MIPS bfd: Drop ECOFF support for SDE configs
Thiemo Seufer
ths@networkno.de
Fri Nov 10 14:46:00 GMT 2006
More information about the Binutils mailing list
Fri Nov 10 14:46:00 GMT 2006
- Previous message (by thread): [PATCH] Prevent local labels from showing on the symbol table in arm coff targets.
- Next message (by thread): PATCH: Use "#pass" in SSSE3 tests.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello All, I applied the appended patch, it removes ECOFF support for the mips*-sde-elf* configs. ECOFF was never of relevance there. Thiemo 2006-11-10 Thiemo Seufer <ths@mips.com> * config.bfd (mips*el-sde-elf*, mips*-sde-elf*): Drop ECOFF support for SDE configs. Index: bfd/config.bfd =================================================================== RCS file: /cvs/src/src/bfd/config.bfd,v retrieving revision 1.218 diff -u -p -r1.218 config.bfd --- bfd/config.bfd 10 Nov 2006 07:53:33 -0000 1.218 +++ bfd/config.bfd 10 Nov 2006 14:26:21 -0000 @@ -895,12 +895,12 @@ case "${targ}" in #endif mips*el-sde-elf*) targ_defvec=bfd_elf32_tradlittlemips_vec - targ_selvecs="bfd_elf32_tradbigmips_vec bfd_elf32_ntradbigmips_vec bfd_elf32_ntradlittlemips_vec bfd_elf64_tradbigmips_vec bfd_elf64_tradlittlemips_vec ecoff_big_vec ecoff_little_vec" + targ_selvecs="bfd_elf32_tradbigmips_vec bfd_elf32_ntradbigmips_vec bfd_elf32_ntradlittlemips_vec bfd_elf64_tradbigmips_vec bfd_elf64_tradlittlemips_vec" want64=true ;; mips*-sde-elf*) targ_defvec=bfd_elf32_tradbigmips_vec - targ_selvecs="bfd_elf32_tradlittlemips_vec bfd_elf32_ntradbigmips_vec bfd_elf32_ntradlittlemips_vec bfd_elf64_tradbigmips_vec bfd_elf64_tradlittlemips_vec ecoff_big_vec ecoff_little_vec" + targ_selvecs="bfd_elf32_tradlittlemips_vec bfd_elf32_ntradbigmips_vec bfd_elf32_ntradlittlemips_vec bfd_elf64_tradbigmips_vec bfd_elf64_tradlittlemips_vec" want64=true ;; mips*el-*-elf* | mips*el-*-vxworks* | mips*-*-chorus*)
- Previous message (by thread): [PATCH] Prevent local labels from showing on the symbol table in arm coff targets.
- Next message (by thread): PATCH: Use "#pass" in SSSE3 tests.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list