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:
authorCorinna Vinschen <corinna@vinschen.de>2014-11-05 12:48:00 +0300
committerCorinna Vinschen <corinna@vinschen.de>2014-11-05 12:48:00 +0300
commit4d67bb4936135c7089f1f6e7a1208c30af2c5ee9 (patch)
treee3af795a62d33ab67227b9b64abf5cba6543c96b /winsup/cygwin/Makefile.in
parenta2ba36a67d4d6caa4da75bbd18a467651caf1497 (diff)
* Makefile.in (NEW_FUNCTIONS): Add atexit to be not exported.
* lib/atexit.c (atexit): New, statically linkable version of atexit. * dcrt0.cc (cygwin_atexit): Add comment to mark this function as old entry point. Indiscriminately check for DSO of function pointer for all functions, if checking for DSO of return address fails on x86_64. Change comment accordingly.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 2d8c1d620..6f603d887 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -330,6 +330,7 @@ endif
GMON_OFILES:=gmon.o mcount.o profil.o mcountFunc.o
NEW_FUNCTIONS:=$(addprefix --replace=,\
+ atexit= \
timezone= \
__xdrrec_getrec= \
__xdrrec_setnonblock= \