aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1992-10-23 15:28:15 +0000
committerIan Lance Taylor <ian@airs.com>1992-10-23 15:28:15 +0000
commitb26059aa449b61de921a90e76e8efcd75dd772a6 (patch)
tree401c4db11942974f91aa072ad87a31957be21199 /bfd/hosts
parentbccaecc63ba0d6594b3a1737eee70ee615278994 (diff)
downloadfsf-binutils-gdb-b26059aa449b61de921a90e76e8efcd75dd772a6.zip
fsf-binutils-gdb-b26059aa449b61de921a90e76e8efcd75dd772a6.tar.gz
fsf-binutils-gdb-b26059aa449b61de921a90e76e8efcd75dd772a6.tar.bz2
Fri Oct 23 08:15:56 1992 Ian Lance Taylor (ian@cygnus.com)
* changes to support i386-sysv with shared libraries: * coffcode.h (sec_to_styp_flags): if TWO_DATA_SECS is defined, check for .data2; if _LIB is defined, check for it; map SEC_NEVER_LOAD to STYP_NOLOAD. (styp_to_sec_flags): map STYP_NOLOAD to SEC_NEVER_LOAD. (make_a_section_from_file): if TWO_DATA_SECS, accept .data2. (coff_write_object_contents): force vaddr of .lib to 0; set scnptr if section has contents, not just if it is loadable; if TWO_DATA_SECS, check for .data2 (coff_set_section_contents): set vma of .lib section to number of .lib sections. * coff-i386.c: define TWO_DATA_SECS; use a special CALC_ADDEND; don't define coff_write_armap to bsd_write_armap. * hosts/i386v.h: don't include <utime.h>, since it is not provided by SVR3.2.
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/i386v.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h
index 66dfd6b..4ffebd7 100644
--- a/bfd/hosts/i386v.h
+++ b/bfd/hosts/i386v.h
@@ -3,7 +3,6 @@
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
-#include <utime.h>
#include <ctype.h>
#include <string.h>
#include <unistd.h>