Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-11-28 07:22:36 +0400
committerChristopher Faylor <me@cgf.cx>2012-11-28 07:22:36 +0400
commit29413f0630f13279a938d68c11a36e8c137538f5 (patch)
treede741a514c3719ede7ecf7afbba4de1e0f3e6768 /winsup/utils/ChangeLog
parent66444a6b4036ddd31483c106ad9854e24a3ed76a (diff)
* Makefile.in: Move CFLAGS and CXXFLAGS so that they can be manipulated by
Makefile.common. Add -static-libstdc++ to *LDFLAGS. Add dependencies for loadlib.h. * loadlib.h: Update copyright. (_load_sys_library): Properly define set_dll_library as WINAPI to avoid stack corruption.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 1ad1a1b2e..85f82c2ee 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,5 +1,14 @@
2012-11-27 Christopher Faylor <me.cygwin2012@cgf.cx>
+ * Makefile.in: Move CFLAGS and CXXFLAGS so that they can be manipulated
+ by Makefile.common. Add -static-libstdc++ to *LDFLAGS. Add
+ dependencies for loadlib.h.
+ * loadlib.h: Update copyright.
+ (_load_sys_library): Properly define set_dll_library as WINAPI to avoid
+ stack corruption.
+
+2012-11-27 Christopher Faylor <me.cygwin2012@cgf.cx>
+
* Makefile.in (ZLIBS): Common define to force static load.
(MINGW_LDFLAGS): Use static libgcc.