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.
This commit is contained in:
Kai Tietz 2008-11-29 09:35:52 +00:00
parent 72f10fadb6
commit b01ee69ddc
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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.

View file

@ -8337,7 +8337,7 @@ i386_target_format (void)
{
#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