From e684be61f8fb6ee83eb3501e48c02e7b8de0f982 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sat, 2 Oct 2010 19:54:12 +0000 Subject: [PATCH] add missing object files to qemu support library. --- libgloss/ChangeLog | 5 +++++ libgloss/moxie/Makefile.in | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 1c90c6ea9..37f91efd9 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,8 @@ +2010-10-02 Anthony Green + + * moxie/Makefile.in (QEMU_OBJS): Add missing object files to the + qemu support library. + 2010-10-02 Anthony Green * moxie/crt0.S (_start): Minor optimizations to __start. 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