diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-01-28 22:58:15 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-01-28 22:58:15 +0000 |
commit | 448258693f221c8f272bcd4d9ebe40ddb682f5df (patch) | |
tree | d9d8fc93b89b1215ec084d2029780ac37af740d2 /binutils | |
parent | 1d1a5a53ee3ab4518dec121437c71f4d26aae131 (diff) | |
download | gdb-448258693f221c8f272bcd4d9ebe40ddb682f5df.zip gdb-448258693f221c8f272bcd4d9ebe40ddb682f5df.tar.gz gdb-448258693f221c8f272bcd4d9ebe40ddb682f5df.tar.bz2 |
Wed Jan 28 17:43:02 1998 J.J. van der Heijden <J.J.vanderHeijden@student.utwente.nl>
* objcopy.c (copy_archive): Only pass one argument to mkdir if
_WIN32 but not __CYGWIN32__.
(smart_rename): Add code for _WIN32 (not __CYGWIN32__), to cope
with different rename behaviour and lack of chown.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 2b40419..04e7012 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -6,6 +6,11 @@ Wed Jan 28 17:45:46 1998 Ian Lance Taylor <ian@cygnus.com> Wed Jan 28 17:43:02 1998 J.J. van der Heijden <J.J.vanderHeijden@student.utwente.nl> + * objcopy.c (copy_archive): Only pass one argument to mkdir if + _WIN32 but not __CYGWIN32__. + (smart_rename): Add code for _WIN32 (not __CYGWIN32__), to cope + with different rename behaviour and lack of chown. + * configure.in: Check for mingw32 when deciding whether to build dlltool. * dlltool.c: Never include vfork.h. |