add missing object files to qemu support library.

This commit is contained in:
Anthony Green 2010-10-02 19:54:12 +00:00
parent d661917b17
commit e684be61f8
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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