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 | |
parent | d661917b1761339e09cbce46954ad65569325a62 (diff) | |
download | cygnal-e684be61f8fb6ee83eb3501e48c02e7b8de0f982.tar.gz cygnal-e684be61f8fb6ee83eb3501e48c02e7b8de0f982.tar.bz2 cygnal-e684be61f8fb6ee83eb3501e48c02e7b8de0f982.zip |
add missing object files to qemu support library.
-rw-r--r-- | libgloss/ChangeLog | 5 | ||||
-rw-r--r-- | libgloss/moxie/Makefile.in | 5 |
2 files changed, 9 insertions, 1 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> diff --git a/libgloss/moxie/Makefile.in b/libgloss/moxie/Makefile.in index 1dd2f6b62..a6ca86c8c 100644 --- a/libgloss/moxie/Makefile.in +++ b/libgloss/moxie/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (c) 2008 Anthony Green +# Copyright (c) 2008, 2010 Anthony Green # # The authors hereby grant permission to use, copy, modify, distribute, # and license this software and its documentation for any purpose, provided @@ -86,7 +86,10 @@ QEMU_OBJS = qemu-write.o \ sbrk.o \ sim-close.o \ fstat.o \ + getpid.o \ isatty.o \ + kill.o \ + putnum.o \ sim-lseek.o \ sim-read.o |