diff options
author | Christopher Faylor <me@cgf.cx> | 2009-04-18 17:23:45 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2009-04-18 17:23:45 +0000 |
commit | b978c43ea0ce397307c216e61b8fd405cd085b46 (patch) | |
tree | 4a424fc4f0fc84763cbf101e915350e8e6683f27 /winsup/cygwin/ChangeLog | |
parent | 855762d6f4aff2733b77c2e41b29442d76812fc8 (diff) | |
download | cygnal-b978c43ea0ce397307c216e61b8fd405cd085b46.tar.gz cygnal-b978c43ea0ce397307c216e61b8fd405cd085b46.tar.bz2 cygnal-b978c43ea0ce397307c216e61b8fd405cd085b46.zip |
* mkimport: Specify .text for stub explicitly.
* speclib: Add a dummy '.idata$7' section referring to the dll associated with
the real import library.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 3c5d3e537..59ac132f7 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,9 @@ +2009-04-18 Christopher Faylor <me+cygwin@cgf.cx> + + * mkimport: Specify .text for stub explicitly. + * speclib: Add a dummy '.idata$7' section referring to the dll + associated with the real import library. + 2009-04-18 Corinna Vinschen <corinna@vinschen.de> * dcrt0.cc (globify): Only call mbtowc for non-ascii chars. |