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

Re: PATCH: new gdb port: moxie-elf


On Thu, 2009-04-23 at 11:28 -0700, Joel Brobecker wrote:
>
> > +moxie-*-elf)
> > +	gdb_target_obs="moxie-tdep.o"
> > +	gdb_sim=../sim/moxie/libsim.a
> 
> The second line means that you won't be able to build for moxie-elf
> unless the simulator part is approved and checked in. If getting
> the sim parts in takes a bit of time, you may elect to keep that
> line out of the patch, and resubmit it later, after the sim patch
> is in.

The simulator is in now, so I'm committing the following obvious patch.

AG


2009-04-30  Anthony Green  <green@moxielogic.com>

	* configure.tgt: Link the moxie simulator in with gdb.


Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.216
diff -u -r1.216 configure.tgt
--- configure.tgt	30 Apr 2009 03:04:28 -0000	1.216
+++ configure.tgt	1 May 2009 03:18:00 -0000
@@ -116,8 +116,7 @@
 
 moxie-*-elf)
 	gdb_target_obs="moxie-tdep.o"
-	# Add this once the moxie sim has been committed.
-	# gdb_sim=../sim/moxie/libsim.a
+	gdb_sim=../sim/moxie/libsim.a
 	;;
 
 h8300-*-*)




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