From b04b02a544449c67f8ce770d57b5b2f816addeea Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 12 May 1995 21:26:01 +0000 Subject: [PATCH] Fri May 12 14:17:47 1995 Steve Chamberlain 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. --- gas/ChangeLog | 7 +++++++ gas/config/.Sanitize | 1 + gas/config/te-pe.h | 2 ++ 3 files changed, 10 insertions(+) create mode 100644 gas/config/te-pe.h diff --git a/gas/ChangeLog b/gas/ChangeLog index efda60d..e2e7769 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Fri May 12 14:17:47 1995 Steve Chamberlain + + 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 * config/obj-elf.c (NEED_ECOFF_DEBUG): Define if ECOFF_DEBUGGING diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index c67ac42..0406a2a 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -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 diff --git a/gas/config/te-pe.h b/gas/config/te-pe.h new file mode 100644 index 0000000..4392245 --- /dev/null +++ b/gas/config/te-pe.h @@ -0,0 +1,2 @@ +#define TE_PE +#include "obj-format.h" -- 2.7.4