diff options
author | Christopher Faylor <me@cgf.cx> | 2009-04-09 21:02:53 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2009-04-09 21:02:53 +0000 |
commit | 59328e28c4a925d81c95c72002ba2d6118aa28d6 (patch) | |
tree | b67c9cd6b3d6f72c10e688fb38992ae090a3e367 /winsup/cygwin/ChangeLog | |
parent | 0c4023011d7dff1c67ff26e0919b3c6cf82b62ad (diff) | |
download | cygnal-59328e28c4a925d81c95c72002ba2d6118aa28d6.tar.gz cygnal-59328e28c4a925d81c95c72002ba2d6118aa28d6.tar.bz2 cygnal-59328e28c4a925d81c95c72002ba2d6118aa28d6.zip |
* speclib: Semi-revert to previous version but don't try to generate
well-formed import library. Instead, just extract appropriate symbols and let
later libcygwin.a on link line fill in the rest of the import stuff.
* gendef: Hopefully no-op modification to allow easier post-processing on
symbol values.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 7ed7942c7..8a9a76921 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,12 @@ +2009-04-09 Christopher Faylor <me+cygwin@cgf.cx> + + * speclib: Semi-revert to previous version but don't try to generate + well-formed import library. Instead, just extract appropriate symbols + and let later libcygwin.a on link line fill in the rest of the import + stuff. + * gendef: Hopefully no-op modification to allow easier post-processing + on symbol values. + 2009-04-09 Corinna Vinschen <corinna@vinschen.de> * syscalls.cc (try_to_bin): Use tmp_pathbuf buffer to allocate infobuf |