summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2009-04-12 03:19:52 +0000
committerChristopher Faylor <me@cgf.cx>2009-04-12 03:19:52 +0000
commitedd090a2704aaf538c41cc97619c1d473b4916b2 (patch)
tree844ddc3a55e17cffac03a1342e30c9e15acf1453 /winsup/cygwin/ChangeLog
parent370a1171d8e7f3e93062815f53734f74a35ac817 (diff)
downloadcygnal-edd090a2704aaf538c41cc97619c1d473b4916b2.tar.gz
cygnal-edd090a2704aaf538c41cc97619c1d473b4916b2.tar.bz2
cygnal-edd090a2704aaf538c41cc97619c1d473b4916b2.zip
* mkimport: New script to perform all operations necessary to create
libcygwin.a. * rmsym: Delete. * newsym: Delete. * Makefile.in (toolopts): New variable which holds options relating to binutils/gcc tools. (speclib): Use toolopts. Add symbols to avoid copying to special libraries. (OBSOLETE_FUNCTIONS): Delete. (NEW_FUNCTIONS): Change to represent an argument to new mkimport script. (libcygwin.a): Use only new mkimport script to create libcygwin.a. Only rely on ${LIBCOS}. (*/lib*.a): Simplify speclib dependencies. (speclib): Accept toolchain options. Convert every argument to absolute path. Simplify parsing of nm output. Accommodate new exclude option.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index ad622a212..8050487bc 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,23 @@
+2009-04-11 Christopher Faylor <me+cygwin@cgf.cx>
+
+ * mkimport: New script to perform all operations necessary to create
+ libcygwin.a.
+ * rmsym: Delete.
+ * newsym: Delete.
+ * Makefile.in (toolopts): New variable which holds options relating to
+ binutils/gcc tools.
+ (speclib): Use toolopts. Add symbols to avoid copying to special
+ libraries.
+ (OBSOLETE_FUNCTIONS): Delete.
+ (NEW_FUNCTIONS): Change to represent an argument to new mkimport
+ script.
+ (libcygwin.a): Use only new mkimport script to create libcygwin.a.
+ Only rely on ${LIBCOS}.
+ (*/lib*.a): Simplify speclib dependencies.
+ (speclib): Accept toolchain options. Convert every argument to
+ absolute path. Simplify parsing of nm output. Accommodate new
+ exclude option.
+
2009-04-11 Dave Korn <dave.korn.cygwin@googlemail.com>
* include/stdint.h (INTPTR_MIN, INTPTR_MAX): Add 'L' suffix.