mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
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:
@ -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>
|
2008-11-28 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* Makefile.am (ehopt.o): Add struc-symbol.h.
|
* Makefile.am (ehopt.o): Add struc-symbol.h.
|
||||||
|
@ -8337,7 +8337,7 @@ i386_target_format (void)
|
|||||||
{
|
{
|
||||||
#ifdef TE_PEP
|
#ifdef TE_PEP
|
||||||
case bfd_target_coff_flavour:
|
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;
|
break;
|
||||||
#endif
|
#endif
|
||||||
#ifdef OBJ_MAYBE_AOUT
|
#ifdef OBJ_MAYBE_AOUT
|
||||||
|
Reference in New Issue
Block a user