This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fwd: [Patch, moxie] Fix linking binaries for qemu target


I sent this to the wrong list the other day. Not sure what I was thinking...

In any case, here's a patch I committed a couple of days ago.

AG


-------- Original Message -------- Subject: [Patch, moxie] Fix linking binaries for qemu target Date: Sat, 02 Oct 2010 12:52:43 -0700 From: <green@moxielogic.com> To: binutils@sourceware.org

I'm checking in this patch, which has been sitting in my git tree for
some time now.  It fixes the qemu sim BSP target support for the moxie
port.


2010-10-02 Anthony Green <green@moxielogic.com>


	* moxie/Makefile.in (QEMU_OBJS): Add missing object files to the
	qemu support library.

Index: moxie/Makefile.in
===================================================================
RCS file: /cvs/src/src/libgloss/moxie/Makefile.in,v
retrieving revision 1.1
diff -u -r1.1 Makefile.in
--- moxie/Makefile.in	22 Apr 2009 19:48:07 -0000	1.1
+++ moxie/Makefile.in	2 Oct 2010 19:50:46 -0000
@@ -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 @@
 	    sbrk.o \
 	    sim-close.o \
 	    fstat.o \
+	    getpid.o \
 	    isatty.o \
+	    kill.o \
+	    putnum.o \
 	    sim-lseek.o \
 	    sim-read.o



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]