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:
authorNick Clifton <nickc@redhat.com>2001-09-14 15:43:41 +0400
committerNick Clifton <nickc@redhat.com>2001-09-14 15:43:41 +0400
commit448e3c14544f643b3afa0bc39d0565babc2e6040 (patch)
tree054a1b4dbd86f0a390ae1872976767b61246221b
parent4856e91471ff4096ea3dba4598f92f97e3161aea (diff)
oops - omitted from previous delta
-rw-r--r--newlib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index a656b688d..759459f9c 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,9 @@
+2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * libc/sys/arm/crt0.S: Add calls to _init and _fini (via atexit)
+ for new style arm/elf ctor/dtor handling.
+ Minor formatting tidy up.
+
2001-09-13 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdlib/Makefile.am: Add support to build strtoll_r.c