diff options
author | Anthony Green <green@moxielogic.com> | 2010-10-02 19:34:25 +0000 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2010-10-02 19:34:25 +0000 |
commit | d661917b1761339e09cbce46954ad65569325a62 (patch) | |
tree | 8a8740ff0e45a5521bbfe07e8511136f5add2fe3 /libgloss/ChangeLog | |
parent | f0b04035b14216f492c906a69f16be6783a8e066 (diff) | |
download | newlib-d661917b1761339e09cbce46954ad65569325a62.zip newlib-d661917b1761339e09cbce46954ad65569325a62.tar.gz newlib-d661917b1761339e09cbce46954ad65569325a62.tar.bz2 |
Minor crt0 improvement for moxie
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r-- | libgloss/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 23d3dd1..1c90c6e 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,7 @@ +2010-10-02 Anthony Green <green@moxielogic.com> + + * moxie/crt0.S (_start): Minor optimizations to __start. + 2010-09-23 Mike Frysinger <vapier@gentoo.org> Corinna Vinschen <vinschen@redhat.com> |