mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
1999-07-23 Donn Terry <donn@interix.com>
* config.bfd (i[3456]86-*-interix*): New target.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
1999-07-23 Donn Terry <donn@interix.com>
|
||||||
|
|
||||||
|
* config.bfd (i[3456]86-*-interix*): New target.
|
||||||
|
|
||||||
1999-07-21 Mark Elbrecht <snowball3@bigfoot.com>
|
1999-07-21 Mark Elbrecht <snowball3@bigfoot.com>
|
||||||
|
|
||||||
* coffcode.h (styp_to_sec_flags): If COFF_LONG_SECTION_NAMES and
|
* coffcode.h (styp_to_sec_flags): If COFF_LONG_SECTION_NAMES and
|
||||||
|
@ -303,6 +303,10 @@ case "${targ}" in
|
|||||||
targ_defvec=bfd_elf32_i386_vec
|
targ_defvec=bfd_elf32_i386_vec
|
||||||
targ_selvecs="i386pe_vec i386pei_vec"
|
targ_selvecs="i386pe_vec i386pei_vec"
|
||||||
;;
|
;;
|
||||||
|
i[3456]86-*-interix*)
|
||||||
|
targ_defvec=i386pei_vec
|
||||||
|
targ_selvecs="i386pe_vec"
|
||||||
|
;;
|
||||||
i[3456]86-*-mingw32* | i[3456]86-*-cygwin* | i[3456]86-*-winnt | i[3456]86-*-pe)
|
i[3456]86-*-mingw32* | i[3456]86-*-cygwin* | i[3456]86-*-winnt | i[3456]86-*-pe)
|
||||||
targ_defvec=i386pe_vec
|
targ_defvec=i386pe_vec
|
||||||
targ_selvecs="i386pe_vec i386pei_vec"
|
targ_selvecs="i386pe_vec i386pei_vec"
|
||||||
|
Reference in New Issue
Block a user