Fri May 12 14:17:47 1995 Steve Chamberlain <sac@slash.cygnus.com>

Initial support for PE object files.
	* configure.in, configure (i386-*-pe, i386-*-*nt): Add.
	* config/obj-coff.c (fixup_segment): Cope with PE wierdness.
	* config/obj-coff.h (TE_PE): New target format.
This commit is contained in:
Steve Chamberlain 1995-05-12 21:26:01 +00:00
parent 511ffbf219
commit b04b02a544
3 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
Fri May 12 14:17:47 1995 Steve Chamberlain <sac@slash.cygnus.com>
Initial support for PE object files.
* configure.in, configure (i386-*-pe, i386-*-*nt): Add.
* config/obj-coff.c (fixup_segment): Cope with PE wierdness.
* config/obj-coff.h (TE_PE): New target format.
Thu May 11 14:58:21 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
* config/obj-elf.c (NEED_ECOFF_DEBUG): Define if ECOFF_DEBUGGING

View File

@ -136,6 +136,7 @@ te-multi.h
te-nbsd.h
te-nbsd532.h
te-pc532mach.h
te-pe.h
te-ppcnw.h
te-sco386.h
te-sun3.h

2
gas/config/te-pe.h Normal file
View File

@ -0,0 +1,2 @@
#define TE_PE
#include "obj-format.h"