diff options
author | Anthony Green <green@moxielogic.com> | 2010-10-02 19:54:12 +0000 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2010-10-02 19:54:12 +0000 |
commit | e684be61f8fb6ee83eb3501e48c02e7b8de0f982 (patch) | |
tree | 4011d2df9e39cf3e15d82a5d54c9726dd375e988 /libgloss/ChangeLog | |
parent | d661917b1761339e09cbce46954ad65569325a62 (diff) | |
download | cygnal-e684be61f8fb6ee83eb3501e48c02e7b8de0f982.tar.gz cygnal-e684be61f8fb6ee83eb3501e48c02e7b8de0f982.tar.bz2 cygnal-e684be61f8fb6ee83eb3501e48c02e7b8de0f982.zip |
add missing object files to qemu support library.
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 1c90c6ea9..37f91efd9 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,5 +1,10 @@ 2010-10-02 Anthony Green <green@moxielogic.com> + * moxie/Makefile.in (QEMU_OBJS): Add missing object files to the + qemu support library. + +2010-10-02 Anthony Green <green@moxielogic.com> + * moxie/crt0.S (_start): Minor optimizations to __start. 2010-09-23 Mike Frysinger <vapier@gentoo.org> |