aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-04-17 16:22:44 +0000
committerSteve Chamberlain <sac@cygnus>1992-04-17 16:22:44 +0000
commite59320117ef2161f271698ede38593710bfe77f1 (patch)
treee2a38d4d9a0aacdcbbf81d349dbdcf344148c401 /bfd/hosts
parent267998d84ff3c8eeb3dab12984adffc7f3cadeee (diff)
downloadgdb-e59320117ef2161f271698ede38593710bfe77f1.zip
gdb-e59320117ef2161f271698ede38593710bfe77f1.tar.gz
gdb-e59320117ef2161f271698ede38593710bfe77f1.tar.bz2
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.
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/go32.h1
1 files changed, 1 insertions, 0 deletions
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 <ctype.h>
#include <string.h>
#include <sys/file.h>
+#include <stdlib.h>
#ifndef O_ACCMODE
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
#endif