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:
authorJeff Johnston <jjohnstn@redhat.com>2015-12-21 19:49:28 +0300
committerJeff Johnston <jjohnstn@redhat.com>2015-12-21 19:49:28 +0300
commitd2bb300b9bb7917d33e3bc37fca3bf6ee6e5fcc4 (patch)
tree5b55b35d828623191420773e7b0e5a42387f0107 /newlib/ChangeLog
parentddb7e770dd48a97fe80cca3ab3b26d85f3ac5139 (diff)
Add static instance of _on_exit_args for _REENT_SMALL platforms.
2015-12-21 Freddie Chopin <freddie.chopin@gmail.com> * libc/stdlib/on_exit_args.{c,h}: New files. * libc/stdlib/Makefile.am: Add new source file. * libc/stdlib/Makefile.in: Regenerate. * libc/stdlib/__atexit.c (__register_exitproc): Initialize _on_exit_args_ptr field of _GLOBAL_ATEXIT on first run. * libc/stdlib/on_exit.c: Force linking of static instance of _on_exit_args. * libc/stdlib/cxa_atexit.c: Likewise.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index c22589285..480eb863f 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,14 @@
+2015-12-21 Freddie Chopin <freddie.chopin@gmail.com>
+
+ * libc/stdlib/on_exit_args.{c,h}: New files.
+ * libc/stdlib/Makefile.am: Add new source file.
+ * libc/stdlib/Makefile.in: Regenerate.
+ * libc/stdlib/__atexit.c (__register_exitproc): Initialize
+ _on_exit_args_ptr field of _GLOBAL_ATEXIT on first run.
+ * libc/stdlib/on_exit.c: Force linking of static instance of
+ _on_exit_args.
+ * libc/stdlib/cxa_atexit.c: Likewise.
+
2015-12-17 Anton Kolesov <Anton.Kolesov@synopsys.com>
* libc/machine/arc/asm.h: Define new GCC definition for old compiler.
@@ -6,7 +17,7 @@
* libc/machine/arc/memcmp.S: Likewise.
* libc/machine/arc/memcpy-archs.S: Likewise.
* libc/machine/arc/memcpy-bs.S: Likewise.
- * libc/machine/arc/memcpy.S: Likewise.
+ * libc/machine/arc/memcpy.S: Likewise. * libc/machine/arc/memset-archs.S: Likewise.
* libc/machine/arc/memset-archs.S: Likewise.
* libc/machine/arc/memset-bs.S: Likewise.
* libc/machine/arc/memset.S: Likewise.