diff options
author | Nick Clifton <nickc@redhat.com> | 2001-09-14 11:43:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-09-14 11:43:41 +0000 |
commit | 448e3c14544f643b3afa0bc39d0565babc2e6040 (patch) | |
tree | 054a1b4dbd86f0a390ae1872976767b61246221b /newlib | |
parent | 4856e91471ff4096ea3dba4598f92f97e3161aea (diff) | |
download | newlib-448e3c14544f643b3afa0bc39d0565babc2e6040.zip newlib-448e3c14544f643b3afa0bc39d0565babc2e6040.tar.gz newlib-448e3c14544f643b3afa0bc39d0565babc2e6040.tar.bz2 |
oops - omitted from previous delta
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index a656b68..759459f 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 |