From e59320117ef2161f271698ede38593710bfe77f1 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 17 Apr 1992 16:22:44 +0000 Subject: Fri Apr 17 09:15:31 1992 Steve Chamberlain (sac@thepub.cygnus.com) * bfd.c, Makefile.in: added tekhex * aoutx.h (set_section_contents): pages should be padded to the size of a page, not the size of a segment. * configure.in: added go32 host and i386-aout target. * i386aout.c, libaout.h: now works for go32 target * ieee.c: fix bit rot. * seclet.c: support for padding seclet type. --- bfd/hosts/go32.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bfd/hosts') diff --git a/bfd/hosts/go32.h b/bfd/hosts/go32.h index a5de5f9..92d80bc 100644 --- a/bfd/hosts/go32.h +++ b/bfd/hosts/go32.h @@ -6,6 +6,7 @@ #include #include #include +#include #ifndef O_ACCMODE #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) #endif -- cgit v1.1