* config/tc-i386.c (i386_target_format): For coff flavour in TE_PEP
use "pe-i386" for 32-bit.
+2008-11-29 Kai Tietz <kai.tietz@onevision.com>
+
+ * config/tc-i386.c (i386_target_format): For coff flavour in TE_PEP
+ use "pe-i386" for 32-bit.
+
2008-11-28 Jakub Jelinek <jakub@redhat.com>
* Makefile.am (ehopt.o): Add struc-symbol.h.
{
#ifdef TE_PEP
case bfd_target_coff_flavour:
- return flag_code == CODE_64BIT ? COFF_TARGET_FORMAT : "coff-i386";
+ return flag_code == CODE_64BIT ? COFF_TARGET_FORMAT : "pe-i386";
break;
#endif
#ifdef OBJ_MAYBE_AOUT