]> sourceware.org Git - newlib-cygwin.git/commit
* Makefile.in (NEW_FUNCTIONS): Add atexit to be not exported.
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 5 Nov 2014 09:48:00 +0000 (09:48 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 5 Nov 2014 09:48:00 +0000 (09:48 +0000)
commit4d67bb4936135c7089f1f6e7a1208c30af2c5ee9
treee3af795a62d33ab67227b9b64abf5cba6543c96b
parenta2ba36a67d4d6caa4da75bbd18a467651caf1497
* 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.
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/dcrt0.cc
winsup/cygwin/lib/atexit.c [new file with mode: 0644]
This page took 0.030589 seconds and 5 git commands to generate.