]> sourceware.org Git - newlib-cygwin.git/commit
2013-07-02 Joey Ye <joey.ye@arm.com>
authorJeff Johnston <jjohnstn@redhat.com>
Tue, 2 Jul 2013 21:30:57 +0000 (21:30 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Tue, 2 Jul 2013 21:30:57 +0000 (21:30 +0000)
commite2ac49d3d7c6445c07467e2a4d271d5664f83830
tree02ccae3e9d54922004de57e02338c1f4b77098b8
parenta838011d07bd7a1408619b68646d3ced78a4f25e
2013-07-02  Joey Ye  <joey.ye@arm.com>

        Lite exit support.
        * README: Add information about lite-exit.
        * acconfig.h (_LITE_EXIT): New macro.
        * configure.in (enable-lite-exit): New option.
        (_LITE_EXIT): Define new macro.
        * configure: Regenerated.
        * newlib.hin (_LITE_EXIT): New macro.
        * libc/stdlib/__atexit.c [_LITE_EXIT]: Add dummy explicit
        reference to __call_exitprocs.
        * libc/stdlib/cxa_atexit.c [_LITE_EXIT]: Make __register_exitproc a
        weak reference.
        * libc/stdlib/exit.c (exit)[_LITE_EXIT]: Remove TWS and weakly reference
        __call_exitprocs.
newlib/ChangeLog
newlib/README
newlib/acconfig.h
newlib/configure
newlib/configure.in
newlib/libc/stdlib/__atexit.c
newlib/libc/stdlib/cxa_atexit.c
newlib/libc/stdlib/exit.c
newlib/newlib.hin
This page took 0.030644 seconds and 5 git commands to generate.