newlib-cygwin/newlib/libc/reent
Jeff Johnston 0c8593cf11 2004-09-09 Paul Brook <paul@codesourcery.com>
* libc/include/sys/reent.h (struct _on_exit_args): Add _dso_handle
        and _is_cxa.
        (struct _atexit): Add _next when _REENT_SMALL.
        (struct _reent): Add _atexit0 when _REENT_SMALL.
        (_REENT_INIT_PTR): Adjust.
        * libc/stdlib/Makefile.am (GENERAL_SOURCES): Add __atexit.c and
        __call_exit.c.
        (EXTENDED_SOURCES): Add cxa_atexit.c and cxa_finalize.c.
        * libc/stdlib/Makefile.in: Regenerate.
        * libc/stdlib/__atexit.c: New file.
        * libc/stdlib/__call_atexit.c: New file.
        * libc/stdlib/atexit.h: Remove old definitions.  Add new.
        * libc/stdlib/atexit.c (atexit): Use __register_exitproc.
        * libc/stdlib/cxa_atexit.c: New file.
        * libc/stdlib/cxa_finalize.c: New file.
        * libc/stdlib/exit.c (exit): Use __call_exitprocs.
        * libc/stdlib/on_exit.c (on_exit): Use __register_exitproc.
        2004-09-09  Jeff Johnston  <jjohnstn@redhat.com>
        * libc/reent/reent.c [_REENT_SMALL]: Fix reference to
        _on_exit_args_ptr.
2004-09-09 19:46:54 +00:00
..
Makefile.am 2002-09-19 Jeff Johnston <jjohnstn@redhat.com> 2002-09-19 21:28:52 +00:00
Makefile.in 2004-01-27 Artem B. Bityuckiy <abitytsky@softminecorp.com> 2004-01-27 23:26:26 +00:00
closer.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
execr.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
fcntlr.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
fstat64r.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
fstatr.c 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch> 2000-08-24 18:51:09 +00:00
getreent.c 2002-05-17 Jeff Johnston <jjohnstn@redhat.com> 2002-05-17 23:39:39 +00:00
impure.c 2004-06-11 Antony King <antony.king@st.com> 2004-06-11 20:37:10 +00:00
linkr.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
lseek64r.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
lseekr.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
open64r.c 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> 2002-08-26 18:56:09 +00:00
openr.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
readr.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
reent.c 2004-09-09 Paul Brook <paul@codesourcery.com> 2004-09-09 19:46:54 +00:00
reent.tex 2002-07-17 Jeff Johnston <jjohnstn@redhat.com> 2002-07-17 23:25:44 +00:00
sbrkr.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
signalr.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
signgam.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
statr.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
timer.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
unlinkr.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
writer.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00