CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2014-11-05 09:48:00

Modified files:
        winsup/cygwin  : ChangeLog Makefile.in dcrt0.cc 
Added files:
        winsup/cygwin/lib: atexit.c 

Log message:
        * 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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6563&r2=1.6564
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/Makefile.in.diff?cvsroot=src&r1=1.275&r2=1.276
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.463&r2=1.464
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/lib/atexit.c.diff?cvsroot=src&r1=NONE&r2=1.1

Reply via email to