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>2005-01-07 21:01:26 +0300
committerJeff Johnston <jjohnstn@redhat.com>2005-01-07 21:01:26 +0300
commit35310094a18515e7b0be818abbff262f6718f849 (patch)
tree0443987a95822750df57e8c89e742dbf8d35c10b /libgloss/ChangeLog
parenta3acb4a5ce88f50fe61e634448759ec8baee705b (diff)
2005-01-07 Paul Brook <paul@codesourcery.com>
* arm/crt0.S: Call __libc_{init,fini}_array instead of _init/_fini if they exist.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index a0d6e2df2..e12d02400 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-07 Paul Brook <paul@codesourcery.com>
+
+ * arm/crt0.S: Call __libc_{init,fini}_array instead of
+ _init/_fini if they exist.
+
2004-11-26 Paul Brook <paul@codesourcery.com>
* libc/sys/arm/crt0.S (_start): Add .cantunwind annotation.