aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-01-29 21:31:11 +0000
committerIan Lance Taylor <ian@airs.com>1998-01-29 21:31:11 +0000
commitac9708a601408076275d83b48bd57d0fb95ab760 (patch)
tree9dd588a034e872ff8f88a4817fe5367c7f3fdbc3 /binutils
parent2eda9a2aa748f04a6bc23e13dd8d80b093a5d996 (diff)
downloadfsf-binutils-gdb-ac9708a601408076275d83b48bd57d0fb95ab760.zip
fsf-binutils-gdb-ac9708a601408076275d83b48bd57d0fb95ab760.tar.gz
fsf-binutils-gdb-ac9708a601408076275d83b48bd57d0fb95ab760.tar.bz2
Thu Jan 29 16:24:04 1998 Mumit Khan <khan@xraylith.wisc.edu>
* dlltool.c: Define exit status macros for _WIN32 but not __CYGWIN32__. (gen_lib_file): Check for exit status of unlink. * resrc.c: Define popen and pclose if _WIN32 but not __CYGWIN32__.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 04e7012..ab0c756 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,11 @@
+Thu Jan 29 16:24:04 1998 Mumit Khan <khan@xraylith.wisc.edu>
+
+ * dlltool.c: Define exit status macros for _WIN32 but not
+ __CYGWIN32__.
+ (gen_lib_file): Check for exit status of unlink.
+ * resrc.c: Define popen and pclose if _WIN32 but not
+ __CYGWIN32__.
+
Wed Jan 28 17:45:46 1998 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Remove vfork check.