diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-01-07 18:01:26 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-01-07 18:01:26 +0000 |
commit | 35310094a18515e7b0be818abbff262f6718f849 (patch) | |
tree | 0443987a95822750df57e8c89e742dbf8d35c10b /libgloss/ChangeLog | |
parent | a3acb4a5ce88f50fe61e634448759ec8baee705b (diff) | |
download | cygnal-35310094a18515e7b0be818abbff262f6718f849.tar.gz cygnal-35310094a18515e7b0be818abbff262f6718f849.tar.bz2 cygnal-35310094a18515e7b0be818abbff262f6718f849.zip |
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/ChangeLog | 5 |
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. |