This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

[Patch, moxie] Fix linking binaries for qemu target


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]