OSDN Git Service

add missing object files to qemu support library.
authorgreen <green>
Sun, 3 Oct 2010 04:54:12 +0000 (04:54 +0000)
committergreen <green>
Sun, 3 Oct 2010 04:54:12 +0000 (04:54 +0000)
libgloss/ChangeLog
libgloss/moxie/Makefile.in

index 1c90c6e..37f91ef 100644 (file)
@@ -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>
index 1dd2f6b..a6ca86c 100644 (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