From edd090a2704aaf538c41cc97619c1d473b4916b2 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 12 Apr 2009 03:19:52 +0000 Subject: * 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. --- winsup/cygwin/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'winsup/cygwin/ChangeLog') 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 + + * 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 * include/stdint.h (INTPTR_MIN, INTPTR_MAX): Add 'L' suffix. -- cgit v1.2.3