add missing object files to qemu support library.
This commit is contained in:
parent
d661917b17
commit
e684be61f8
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue